Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: webrtc/modules/audio_processing/noise_suppression_impl.h

Issue 1348903004: Adding APM configuration in AEC dump. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: renaming two fields Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/noise_suppression_impl.h
diff --git a/webrtc/modules/audio_processing/noise_suppression_impl.h b/webrtc/modules/audio_processing/noise_suppression_impl.h
index 33a0e060a689519492e68db44b6022cf06280183..76a39b8e09cfc4ea0690464798091a6f7b90d2eb 100644
--- a/webrtc/modules/audio_processing/noise_suppression_impl.h
+++ b/webrtc/modules/audio_processing/noise_suppression_impl.h
@@ -32,12 +32,12 @@ class NoiseSuppressionImpl : public NoiseSuppression,
// NoiseSuppression implementation.
bool is_enabled() const override;
float speech_probability() const override;
+ Level level() const override;
private:
// NoiseSuppression implementation.
int Enable(bool enable) override;
int set_level(Level level) override;
- Level level() const override;
// ProcessingComponent implementation.
void* CreateHandle() const override;

Powered by Google App Engine
This is Rietveld 408576698