mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix surround sound channel mapping on ALSA
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user