Batch audio frames on Steam Link to save CPU cycles

This commit is contained in:
Cameron Gutman
2019-04-28 12:55:04 -07:00
parent 477fa8fedf
commit 2bf552f801
2 changed files with 37 additions and 5 deletions
+3
View File
@@ -19,4 +19,7 @@ private:
CSLAudioContext* m_AudioContext;
CSLAudioStream* m_AudioStream;
char* m_AudioBuffer;
int m_AudioBufferSize;
int m_AudioBufferBytesFilled;
};