disable OPUS for now, the PLC seems not to be correct...
This commit is contained in:
parent
694ee2fae2
commit
c106f8f9c7
1 changed files with 5 additions and 1 deletions
|
@ -354,9 +354,13 @@ void CClient::SetSndCrdPrefFrameSizeFactor ( const int iNewFactor )
|
||||||
// #### COMPATIBILITY OLD VERSION, TO BE REMOVED ####
|
// #### COMPATIBILITY OLD VERSION, TO BE REMOVED ####
|
||||||
void CClient::OnOpusSupported()
|
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 )
|
if ( eAudioCompressionType != CT_OPUS )
|
||||||
{
|
{
|
||||||
SetAudoCompressiontype ( CT_OPUS );
|
// SetAudoCompressiontype ( CT_OPUS );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue