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

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

Issue 1167343004: Update config names for WebRTC extended filter 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 | content/renderer/media/mock_media_constraint_factory.cc » ('j') | 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 014d2d90125cdf6e2cdc0f8ef1dbd6b2e7966e43..2a3a08e962089a58757dd0aa3e2615e0abb036b5 100644
--- a/content/renderer/media/media_stream_audio_processor.cc
+++ b/content/renderer/media/media_stream_audio_processor.cc
@@ -488,7 +488,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule(
// Experimental options provided at creation.
webrtc::Config config;
if (goog_experimental_aec)
- config.Set<webrtc::DelayCorrection>(new webrtc::DelayCorrection(true));
+ config.Set<webrtc::ExtendedFilter>(new webrtc::ExtendedFilter(true));
if (goog_experimental_ns)
config.Set<webrtc::ExperimentalNs>(new webrtc::ExperimentalNs(true));
if (IsDelayAgnosticAecEnabled())
« no previous file with comments | « no previous file | content/renderer/media/mock_media_constraint_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698