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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2111293003: Removed callback between old AudioConferenceMixer and OutputMixer. The audio frame with mixed audio… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@new_mixer_format
Patch Set: Removed asserts, decreased lock holding time & minor changes. Created 4 years, 5 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 | webrtc/modules/audio_mixer/BUILD.gn » ('j') | webrtc/modules/audio_mixer/audio_mixer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 4eeaa59126f689aacd5d90fc09476b536d124349..1b7de89db03ae07cf9066187c4dee9f39cf4df34 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -20,6 +20,7 @@ group("modules") {
"audio_coding",
"audio_conference_mixer",
"audio_device",
+ "audio_mixer",
"audio_processing",
"bitrate_controller",
"desktop_capture",
@@ -104,6 +105,7 @@ if (rtc_include_tests) {
"audio_coding/neteq/tools/packet_unittest.cc",
"audio_conference_mixer/test/audio_conference_mixer_unittest.cc",
"audio_device/fine_audio_buffer_unittest.cc",
+ "audio_mixer/test/audio_mixer_unittest.cc",
"audio_processing/aec/echo_cancellation_unittest.cc",
"audio_processing/aec/system_delay_unittest.cc",
"audio_processing/agc/agc_manager_direct_unittest.cc",
@@ -379,6 +381,7 @@ if (rtc_include_tests) {
"audio_coding:webrtc_opus",
"audio_conference_mixer",
"audio_device",
+ "audio_mixer",
"audio_processing",
"audio_processing:audioproc_test_utils",
"bitrate_controller",
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/BUILD.gn » ('j') | webrtc/modules/audio_mixer/audio_mixer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698