Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: webrtc/modules/audio_processing/include/audio_processing.cc

Issue 2337083002: Reland of added functionality for specifying the initial signal level to use for the gain estimation (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/include/audio_processing.cc
diff --git a/webrtc/modules/audio_processing/audio_processing.cc b/webrtc/modules/audio_processing/include/audio_processing.cc
similarity index 90%
rename from webrtc/modules/audio_processing/audio_processing.cc
rename to webrtc/modules/audio_processing/include/audio_processing.cc
index 37d4a4bc9276b6711516a002f1b9900e20db0b5f..93e581f2e23e64d5f44c061cceb10109a4f4471c 100644
--- a/webrtc/modules/audio_processing/audio_processing.cc
+++ b/webrtc/modules/audio_processing/include/audio_processing.cc
@@ -36,4 +36,7 @@ int AudioProcessing::StartDebugRecordingForPlatformFile(
return -1;
peah-webrtc 2016/09/16 11:36:05 I have now removed the ctor and dtor for the level
the sun 2016/09/16 12:40:24 I'm ok with that.
peah-webrtc 2016/09/19 16:37:09 Acknowledged.
}
+AudioProcessing::Config::LevelController::LevelController() = default;
+AudioProcessing::Config::LevelController::~LevelController() = default;
+
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698