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
@@ -10,8 +10,6 @@ class IAudioRenderer
public:
virtual ~IAudioRenderer() {}
virtual void adjustOpusChannelMapping(OPUS_MULTISTREAM_CONFIGURATION* opusConfig) const = 0;
virtual bool prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION* opusConfig) = 0;
virtual void submitAudio(short* audioBuffer, int audioSize) = 0;