Removes usage of AGC APIs in the ADM.

Bug: webrtc:8598
Change-Id: I5ebc2e3549eba039797e40d2f8aea48341f3fe46
Reviewed-on: https://webrtc-review.googlesource.com/31520
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Commit-Queue: Henrik Andreassson <henrika@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21254}
This commit is contained in:
henrika
2017-12-13 14:08:48 +01:00
committed by Commit Bot
parent d235d52d1d
commit e26456a4ed
29 changed files with 11 additions and 431 deletions

View File

@ -141,10 +141,6 @@ public:
int32_t StopRecording() override;
bool Recording() const override;
// Microphone Automatic Gain Control (AGC)
int32_t SetAGC(bool enable) override;
bool AGC() const override;
// Audio mixer initialization
int32_t InitSpeaker() override;
bool SpeakerIsInitialized() const override;
@ -289,7 +285,6 @@ private:
bool _stopRec;
bool _startPlay;
bool _stopPlay;
bool _AGC;
bool update_speaker_volume_at_startup_;
uint32_t _sndCardPlayDelay;