Implement audio latency mitigations

This commit is contained in:
Cameron Gutman
2018-07-15 20:17:08 -07:00
parent 8c65ee8bc5
commit 7f8d4c88c1
2 changed files with 34 additions and 1 deletions

View File

@@ -122,6 +122,8 @@ private:
static OpusMSDecoder* s_OpusDecoder;
static short s_OpusDecodeBuffer[];
static int s_ChannelCount;
static int s_PendingDrops;
static unsigned int s_SampleIndex;
static AUDIO_RENDERER_CALLBACKS k_AudioCallbacks;
static CONNECTION_LISTENER_CALLBACKS k_ConnCallbacks;