Revert "opus: take SILK vad result into account for voice detection"
This reverts commit 686a3709acfedcf0a4c798dd1c5902787c4a266b. Reason for revert: crbug.com/1144220 Original change's description: > opus: take SILK vad result into account for voice detection > > BUG=webrtc:11643 > > Change-Id: Idc3a9b6bb7bd1a33f905843e5d6067ae19d5172c > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176508 > Commit-Queue: Minyue Li <minyue@webrtc.org> > Reviewed-by: Minyue Li <minyue@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#31743} TBR=devicentepena@webrtc.org,minyue@webrtc.org,fippo@sip-communicator.org Bug: webrtc:11643 Change-Id: I9c77e4f6e919c4b648a5783edf4188e1f8114602 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191485 Commit-Queue: Minyue Li <minyue@webrtc.org> Reviewed-by: Minyue Li <minyue@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32542}
This commit is contained in:
@ -767,7 +767,7 @@ int WebRtcOpus_PacketHasVoiceActivity(const uint8_t* payload,
|
||||
|
||||
int silk_frames = WebRtcOpus_NumSilkFrames(payload);
|
||||
if (silk_frames == 0)
|
||||
return 0;
|
||||
return -1;
|
||||
|
||||
const int channels = opus_packet_get_nb_channels(payload);
|
||||
RTC_DCHECK(channels == 1 || channels == 2);
|
||||
|
||||
Reference in New Issue
Block a user