From c106f8f9c7bff1cc870bcc9ed9525e81f0f66c49 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 16 Feb 2013 21:08:02 +0000 Subject: [PATCH] disable OPUS for now, the PLC seems not to be correct... --- src/client.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client.cpp b/src/client.cpp index 9460cc45..836a856d 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -354,9 +354,13 @@ 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 ); } }