Add experimental noise suppression dummy API.

Add this flag to the voe_cmd_test.

R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/3879004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5134 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
aluebs@webrtc.org
2013-11-19 15:17:51 +00:00
parent 5d85819dd2
commit 0b72f5863b
5 changed files with 28 additions and 0 deletions

View File

@ -155,6 +155,9 @@ class AudioProcessing : public Module {
// ensures the options are applied immediately.
virtual void SetExtraOptions(const Config& config) = 0;
virtual int EnableExperimentalNs(bool enable) = 0;
virtual bool experimental_ns_enabled() const = 0;
// Sets the sample |rate| in Hz for both the primary and reverse audio
// streams. 8000, 16000 or 32000 Hz are permitted.
virtual int set_sample_rate_hz(int rate) = 0;