| 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 06bfc9ba7f9d8531044105ea4ddd3790cbf90a31..a339bf2bfa831e94ee77513e667fe5a5586a7237 100644
|
| --- a/webrtc/modules/audio_processing/include/audio_processing.h
|
| +++ b/webrtc/modules/audio_processing/include/audio_processing.h
|
| @@ -419,6 +419,10 @@ class AudioProcessing {
|
| // with this chunk of audio.
|
| virtual void set_stream_key_pressed(bool key_pressed) = 0;
|
|
|
| + // Sets the initial peak level to use inside the level controller in order
|
| + // to compute the signal gain. The allowed range for level is [0,32768].
|
| + virtual void SetLevelControllerInitialLevel(float level) = 0;
|
| +
|
| // Sets a delay |offset| in ms to add to the values passed in through
|
| // set_stream_delay_ms(). May be positive or negative.
|
| //
|
|
|