Make HighPassFilter not a ProcessingComponent anymore (bit exact).
BUG=webrtc:5298 Review URL: https://codereview.webrtc.org/1490333004 Cr-Commit-Position: refs/heads/master@{#10939}
This commit is contained in:
@ -193,6 +193,8 @@ class AudioProcessingImpl : public AudioProcessing {
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeIntelligibility()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeHighPassFilter()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
||||
int InitializeLocked(const ProcessingConfig& config)
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user