ggwave-gui : v1.2.0

This commit is contained in:
Georgi Gerganov
2020-12-13 20:30:00 +02:00
parent 930c2e0c7b
commit c5b0b43112
2 changed files with 73 additions and 37 deletions

View File

@@ -120,7 +120,7 @@ bool GGWave_init(
playbackSpec.freq = ::kBaseSampleRate;
playbackSpec.format = AUDIO_S16SYS;
playbackSpec.channels = 1;
playbackSpec.samples = 1024;
playbackSpec.samples = 16*1024;
playbackSpec.callback = NULL;
SDL_zero(g_obtainedSpecOut);