Displaying 1 result from an estimated 1 matches for "nospeechcouter".
Did you mean:
nospeechcounter
2019 Dec 04
0
Bugfix for OPUS_GET_IN_DTX
...ntainers could take a look.
https://github.com/xiph/opus/pull/156
Patch attached.
Best regards
Gustaf
>From the PR:
The current implementation of OPUS_GET_IN_DTX does not properly handle
the case when only the middle channel is encoded in Silk stereo.
This PR fixes the bug by only looking at noSpeechCouter for the second
channel (side channel) if the previous frame was not "only middle".
The bug was found by a failing WebRTC test case:
https://webrtc-review.googlesource.com/c/src/+/159709
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-OPUS_GET_IN_D...