Fixes two bandwidth decision issues
1) In cases where the SILK desired bandwidth went down, then quickly up, we count get stuck in a mode with the LP variation going the wrong way. 2) Bandwidth detection can no longer force SILK to go below wideband to avoid switches that require redundancy.
This commit is contained in:
parent
851f8033f6
commit
3ecd9c20cb
2 changed files with 10 additions and 1 deletions
|
@ -115,6 +115,9 @@ opus_int silk_control_audio_bandwidth(
|
|||
psEncC->sLP.mode = 1;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (psEncC->sLP.mode<0)
|
||||
psEncC->sLP.mode = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue