Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/level_controller/level_controller.h

Issue 2334583002: Revert of Introduced new scheme for controlling the functionality inside the audio processing module (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/level_controller/level_controller.h
diff --git a/webrtc/modules/audio_processing/level_controller/level_controller.h b/webrtc/modules/audio_processing/level_controller/level_controller.h
index 1d8e043cce410adbb1b07e970b41bf75f08a4395..65fc36005b692de46e114ca78be81f0ca1ada534 100644
--- a/webrtc/modules/audio_processing/level_controller/level_controller.h
+++ b/webrtc/modules/audio_processing/level_controller/level_controller.h
@@ -37,12 +37,6 @@
void Initialize(int sample_rate_hz);
void Process(AudioBuffer* audio);
float GetLastGain() { return last_gain_; }
-
- // Validates a config.
- static bool Validate(const AudioProcessing::Config::LevelController& config);
- // Dumps a config to a string.
- static std::string ToString(
- const AudioProcessing::Config::LevelController& config);
private:
class Metrics {

Powered by Google App Engine