SDL audio: Let's try 256 for fmt.samples. See issue #12705
This commit is contained in:
parent
40abcdb689
commit
ece6edfe83
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ static void InitSDLAudioDevice() {
|
|||
fmt.freq = 44100;
|
||||
fmt.format = AUDIO_S16;
|
||||
fmt.channels = 2;
|
||||
fmt.samples = 1024;
|
||||
fmt.samples = 256;
|
||||
fmt.callback = &mixaudio;
|
||||
fmt.userdata = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue