Chromium Code Reviews| Index: webrtc/modules/audio_processing/rms_level.h |
| diff --git a/webrtc/modules/audio_processing/rms_level.h b/webrtc/modules/audio_processing/rms_level.h |
| index 8c3aa78eb71a251eed24b40391dbc79350be9918..a186bcf6083ceb67db4a92c7fe10e346cc9fe79d 100644 |
| --- a/webrtc/modules/audio_processing/rms_level.h |
| +++ b/webrtc/modules/audio_processing/rms_level.h |
| @@ -32,6 +32,8 @@ class RmsLevel { |
| int peak; |
| }; |
| + static constexpr int kMinLevelDb = 127; |
|
hlundin-webrtc
2016/11/29 11:03:55
Had to move this back out to the public part of th
|
| + |
| RmsLevel(); |
| ~RmsLevel(); |