fix microphone

This commit is contained in:
DanielSvoboda 2025-07-15 23:21:57 -03:00 committed by GitHub
parent 32f643ca95
commit 84e8c2c884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ private:
uint32_t freq = 0;
int channels_num = 0;
int sample_size = 0;
uint32_t format;
uint32_t format = 0;
SDL_AudioStream* stream = nullptr;
};