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

Unified Diff: remoting/host/BUILD.gn

Issue 2840773004: [Chromoting] Add AudioVolumeApplier to reduce the complexity and the dependency of kChannels (Closed)
Patch Set: Sync latest changes Created 3 years, 7 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
« no previous file with comments | « no previous file | remoting/host/audio_capturer_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 82cdea7e2ca78aefe1f96d7cf99515e7ffdf472c..a699cc7e78a53295befd14cb8da39c1e3019511d 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -65,6 +65,8 @@ static_library("host") {
"audio_capturer_win.h",
"audio_silence_detector.cc",
"audio_silence_detector.h",
+ "audio_volume_filter.cc",
+ "audio_volume_filter.h",
"backoff_timer.cc",
"backoff_timer.h",
"basic_desktop_environment.cc",
@@ -438,6 +440,7 @@ source_set("unit_tests") {
sources = [
"audio_silence_detector_unittest.cc",
+ "audio_volume_filter_unittest.cc",
"backoff_timer_unittest.cc",
"chromoting_host_context_unittest.cc",
"chromoting_host_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/audio_capturer_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698