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

Unified Diff: webrtc/voice_engine/voe_audio_processing_impl.h

Issue 2254973003: Added functionality for specifying the initial signal level to use for the gain estimation in the l… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge from upstream CL Created 4 years, 4 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/voice_engine/voe_audio_processing_impl.h
diff --git a/webrtc/voice_engine/voe_audio_processing_impl.h b/webrtc/voice_engine/voe_audio_processing_impl.h
index 63a60dcb46e519534e58acff41c17fcd92cbec8c..70fcef7fad1cf3db7af913a8c4b263ace3878ec9 100644
--- a/webrtc/voice_engine/voe_audio_processing_impl.h
+++ b/webrtc/voice_engine/voe_audio_processing_impl.h
@@ -19,6 +19,8 @@ namespace webrtc {
class VoEAudioProcessingImpl : public VoEAudioProcessing {
public:
+ void SetLevelControllerInitialLevel(float level);
+
aleloi 2016/08/18 11:43:39 Later, I think we could take another look at how t
peah-webrtc 2016/08/18 12:48:37 That definitely makes sense!
int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) override;
int GetNsStatus(bool& enabled, NsModes& mode) override;

Powered by Google App Engine
This is Rietveld 408576698