Chromium Code Reviews

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: Changes in response to reviewer comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
the sun 2016/08/22 08:00:17 Can we avoid adding more to the legacy API please?
peah-webrtc 2016/08/22 08:04:23 Great! Is that preferred over going via voi_audio_
+
int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) override;
int GetNsStatus(bool& enabled, NsModes& mode) override;

Powered by Google App Engine