mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-13 19:49:36 +00:00
Compare commits
2 Commits
75e5cceaf5
...
eccf2cf528
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eccf2cf528 | ||
|
|
50c4037248 |
@@ -571,7 +571,7 @@ bool GpAudioDriver_SDL2::Init()
|
||||
|
||||
requestedSpec.callback = GpAudioDriver_SDL2::StaticMixAudio;
|
||||
requestedSpec.channels = 1;
|
||||
requestedSpec.format = AUDIO_S16;
|
||||
requestedSpec.format = AUDIO_S16SYS;
|
||||
requestedSpec.freq = m_properties.m_sampleRate;
|
||||
requestedSpec.samples = kMixChunkSamples;
|
||||
requestedSpec.userdata = this;
|
||||
|
||||
Reference in New Issue
Block a user