Drop samples to account for lost time reinitializing audio. Fixes #176

This commit is contained in:
Cameron Gutman
2019-02-14 22:32:54 -08:00
parent aba806bc32
commit f8e693a060
3 changed files with 30 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@ private:
IAudioRenderer* m_AudioRenderer;
OPUS_MULTISTREAM_CONFIGURATION m_AudioConfig;
int m_AudioSampleCount;
Uint32 m_DropAudioEndTime;
Overlay::OverlayManager m_OverlayManager;