Improve low bandwidth audio performance for SDL and SLAudio and fix RTSP issues with broken PMTUD

This commit is contained in:
Cameron Gutman
2019-11-30 22:24:28 -06:00
parent 7e5a3925b3
commit 5700272dc4
5 changed files with 8 additions and 12 deletions
-1
View File
@@ -21,6 +21,5 @@ public:
private:
SDL_AudioDeviceID m_AudioDevice;
void* m_AudioBuffer;
int m_FrameDurationMs;
int m_FrameSize;
};