diff --git a/playback.cpp b/playback.cpp index 8fe3a00..61386aa 100644 --- a/playback.cpp +++ b/playback.cpp @@ -50,7 +50,7 @@ void Playback::ThreadFunc() { AUDIO_F32SYS; #endif desired.freq = 48000; - desired.samples = 128; + desired.samples = 1024; desired.channels = 2; desired.callback = Playback::SDLCallback; desired.userdata = this;