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

Unified Diff: content/renderer/media/media_stream_audio_processor.cc

Issue 1219263003: Update config name for WebRTC delay-agnostic echo cancellation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_processor.cc
diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
index 729bf3d9e1d3e610de4496ae092ecc978fe9af9e..f0471a9d9452f683d0efa2849a2aecec59b5080d 100644
--- a/content/renderer/media/media_stream_audio_processor.cc
+++ b/content/renderer/media/media_stream_audio_processor.cc
@@ -481,7 +481,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule(
if (goog_experimental_ns)
config.Set<webrtc::ExperimentalNs>(new webrtc::ExperimentalNs(true));
if (IsDelayAgnosticAecEnabled())
- config.Set<webrtc::ReportedDelay>(new webrtc::ReportedDelay(false));
+ config.Set<webrtc::DelayAgnostic>(new webrtc::DelayAgnostic(true));
if (goog_beamforming) {
ConfigureBeamforming(&config, audio_constraints.GetPropertyAsString(
MediaAudioConstraints::kGoogArrayGeometry));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698