Add audio stretching as a configuration option

This commit is contained in:
MerryMage
2017-04-10 17:56:24 +01:00
parent b8c867dd7a
commit 26514358f4
4 changed files with 26 additions and 10 deletions

View File

@ -110,6 +110,8 @@ struct SConfig : NonCopyable
bool bDPL2Decoder = false;
int iLatency = 14;
bool m_audio_stretch = false;
int m_audio_stretch_max_latency = 80;
bool bRunCompareServer = false;
bool bRunCompareClient = false;