From 1a67c9a66de480c00fe6a1d8ac5c8df0835a8398 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 6 Mar 2013 16:46:15 +0000 Subject: [PATCH] enable OPUS codec --- src/client.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/client.cpp b/src/client.cpp index 80a58c30..21a93dae 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -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 ); } }