In
this CL the voice detection sub-module used in the WebRTC Audio Processing Module (APM) is removed and type detection, which depends on voice detection, is deprecated and will be removed soon as well.
API changes:
- webrtc::AudioProcessing::Config::VoiceDetection removed
- webrtc::AudioProcessingStats::voice_detected deprecated
- cricket::AudioOptions::typing_detection deprecated
- webrtc::StatsReport::StatsValueName::kStatsValueNameTypingNoiseState deprecated
The aforementioned CL is expected to land on 2022-02-11.