Remove AudioClassifier

BUG=webrtc:5676

Review-Url: https://codereview.webrtc.org/2615983002
Cr-Commit-Position: refs/heads/master@{#15933}
This commit is contained in:
flim
2017-01-06 09:49:47 -08:00
committed by Commit bot
parent 49fc8d28b0
commit de770dd7e9
8 changed files with 1 additions and 349 deletions

View File

@ -76,7 +76,6 @@ class NetEq {
struct Config {
Config()
: sample_rate_hz(16000),
enable_audio_classifier(false),
enable_post_decode_vad(false),
max_packets_in_buffer(50),
// |max_delay_ms| has the same effect as calling SetMaximumDelay().
@ -88,7 +87,6 @@ class NetEq {
std::string ToString() const;
int sample_rate_hz; // Initial value. Will change with input data.
bool enable_audio_classifier;
bool enable_post_decode_vad;
size_t max_packets_in_buffer;
int max_delay_ms;