Remove non-API beamformer references
This removes beamformer references from audioproc_f, some non-beamformer tests, and a few other bits and bobs. The beamformer is, after this, very decoupled from the remaining APM code. Bug: webrtc:9402 Change-Id: Iaafc95517013d7a17723ef2329f17b5e09069bc9 Reviewed-on: https://webrtc-review.googlesource.com/83983 Reviewed-by: Minyue Li <minyue@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23649}
This commit is contained in:
committed by
Commit Bot
parent
024eeff421
commit
af998e2fdc
@ -244,8 +244,6 @@ class AudioProcessingImpl : public AudioProcessing {
|
||||
// acquired.
|
||||
void InitializeTransient()
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeBeamformer()
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeIntelligibility()
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
int InitializeLocked(const ProcessingConfig& config)
|
||||
|
||||
Reference in New Issue
Block a user