testaudiocapture: ask for way more output samples.
Fixes Emscripten builds on Chrome for Android.
This commit is contained in:
parent
497af047a5
commit
f098bb1934
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