Revert "Fix surround sound channel mapping on ALSA" since it can be handled inside PortAudio

This commit is contained in:
Cameron Gutman
2018-10-02 01:09:13 -07:00
parent 8dddcd04d5
commit a614a693e5
6 changed files with 7 additions and 58 deletions
-2
View File
@@ -21,8 +21,6 @@ public:
virtual int detectAudioConfiguration() const;
virtual void adjustOpusChannelMapping(OPUS_MULTISTREAM_CONFIGURATION* opusConfig) const;
private:
SDL_AudioDeviceID m_AudioDevice;
Uint32 m_ChannelCount;