Removing deprecated legacy noise suppressor
This CL removes the code for the deprecated legacy noise. Bug: webrtc:5298 Change-Id: If287d8967a3079ef96bff4790afa31f37d178823 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167922 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30434}
This commit is contained in:
@ -250,8 +250,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
enum Level { kLow, kModerate, kHigh, kVeryHigh };
|
||||
Level level = kModerate;
|
||||
bool analyze_linear_aec_output_when_available = false;
|
||||
// Recommended not to use. Will be removed in the future.
|
||||
bool use_legacy_ns = false;
|
||||
} noise_suppression;
|
||||
|
||||
// Enables transient suppression.
|
||||
|
Reference in New Issue
Block a user