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
@@ -28,6 +28,5 @@ private:
void* m_AudioBuffer;
int m_AudioBufferSize;
int m_FrameDuration;
int m_MaxQueuedAudioMs;
};