Chromium Code Reviews| 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; | 
| 
 
peah-webrtc
2017/08/18 04:51:06
I think the default gain should be 0 (dB).
 
aleloi
2017/08/18 08:28:31
Idea: make the default gain 0 (dB), but also refus
 
peah-webrtc
2017/08/18 09:12:46
This is (or at least is intended to be) implemente
 
 | 
| } gain_controller2; | 
| }; |