mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 20:46:05 +00:00
testaudiocapture: ask for way more output samples.
Fixes Emscripten builds on Chrome for Android.
This commit is contained in:
parent
d05ae1941c
commit
b6daf1f60a
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ main(int argc, char **argv)
|
|||
wanted.freq = 44100;
|
||||
wanted.format = AUDIO_F32SYS;
|
||||
wanted.channels = 1;
|
||||
wanted.samples = 1024;
|
||||
wanted.samples = 4096;
|
||||
wanted.callback = NULL;
|
||||
|
||||
SDL_zero(spec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue