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

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: Created 5 years, 3 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..6c98918b8c50b6ad565ee03965934bf7998c34e9 100644
--- a/webrtc/modules/audio_processing/noise_suppression_impl.h
+++ b/webrtc/modules/audio_processing/noise_suppression_impl.h
@@ -33,11 +33,12 @@ class NoiseSuppressionImpl : public NoiseSuppression,
bool is_enabled() const override;
float speech_probability() const override;
+ Level level() const override;
peah-webrtc 2015/09/22 12:05:29 Is it really needed to change the public/private s
minyue-webrtc 2015/09/22 13:19:30 similar to suppression_level() in echo_cancellatio
peah-webrtc 2015/09/24 09:28:02 Acknowledged.
+
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