Re-add latency bounding on the SDL audio renderer

This commit is contained in:
Cameron Gutman
2019-06-23 13:14:55 -07:00
parent 01254f67f0
commit c88651939a
2 changed files with 20 additions and 2 deletions
+2
View File
@@ -21,4 +21,6 @@ public:
private:
SDL_AudioDeviceID m_AudioDevice;
void* m_AudioBuffer;
int m_FrameDurationMs;
int m_FrameSize;
};