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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user