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

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

Issue 2995043002: AGC2 dummy module: fixed gain param, APM integration, audioproc_f adaptation (Closed)
Patch Set: UT fix Created 3 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/modules/audio_processing/include/audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h
index 4c4bc2f6d95db5b827f549ca6da4b1c5bc56778e..f5e42ae3184e858a47ec7cd0949a1979c81e5dc2 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.h
+++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -276,6 +276,8 @@ class AudioProcessing : public rtc::RefCountInterface {
// does not yet have the desired behavior.
struct GainController2 {
bool enabled = false;
+ // Fixed digital gain params.
+ float fixed_gain_db = 5.f;
} gain_controller2;
};

Powered by Google App Engine
This is Rietveld 408576698