Fix surround sound channel mapping on ALSA

This commit is contained in:
Cameron Gutman
2018-10-01 18:46:16 -07:00
parent b14a0fa2ce
commit 209b4a1b02
6 changed files with 58 additions and 7 deletions
+5
View File
@@ -51,6 +51,11 @@ int SdlAudioRenderer::detectAudioConfiguration() const
}
}
void SdlAudioRenderer::adjustOpusChannelMapping(OPUS_MULTISTREAM_CONFIGURATION*) const
{
// The default mapping is fine for SDL
}
bool SdlAudioRenderer::testAudio(int audioConfiguration) const
{
SDL_AudioSpec want, have;