enable OPUS codec

This commit is contained in:
Volker Fischer 2013-03-06 16:46:15 +00:00
parent 2b6e97bb83
commit 1a67c9a66d

View File

@ -372,13 +372,9 @@ void CClient::SetSndCrdPrefFrameSizeFactor ( const int iNewFactor )
// #### COMPATIBILITY OLD VERSION, TO BE REMOVED ####
void CClient::OnOpusSupported()
{
// TODO do NOT switch to OPUS since the PLC seems to be much worse in OPUS
// compared to the good old CELT version
// -> find out why this is the case and as soon as the issue is solved,
// enable OPUS again...
if ( eAudioCompressionType != CT_OPUS )
{
// SetAudoCompressiontype ( CT_OPUS );
SetAudoCompressiontype ( CT_OPUS );
}
}