Decode directly into the audio renderer's buffer to avoid a copy
This commit is contained in:
@@ -148,7 +148,6 @@ private:
|
||||
int m_ActiveVideoFrameRate;
|
||||
|
||||
OpusMSDecoder* m_OpusDecoder;
|
||||
short m_OpusDecodeBuffer[MAX_CHANNELS * SAMPLES_PER_FRAME];
|
||||
IAudioRenderer* m_AudioRenderer;
|
||||
OPUS_MULTISTREAM_CONFIGURATION m_AudioConfig;
|
||||
int m_AudioSampleCount;
|
||||
|
||||
Reference in New Issue
Block a user