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

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

Issue 177113012: Minor fixes to the capturer and the processor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/webrtc_audio_capturer.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 fc61c3f2b7c7e3b6cc0aad0b67830812c5583cab..73ea4f9dc471ed36c2a5180bae45397d443fbfc2 100644
--- a/content/renderer/media/media_stream_audio_processor.cc
+++ b/content/renderer/media/media_stream_audio_processor.cc
@@ -271,7 +271,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule(
// Return immediately if no audio processing component is enabled.
if (!enable_aec && !enable_experimental_aec && !enable_ns &&
!enable_high_pass_filter && !enable_typing_detection && !enable_agc &&
- !audio_mirroring_ && !enable_experimental_ns) {
+ !enable_experimental_ns) {
Henrik Grunell 2014/03/06 07:59:10 I can't say if this is correct, since I don't unde
no longer working on chromium 2014/03/06 08:35:14 I can confirm that this is correct, since the mirr
Henrik Grunell 2014/03/06 09:50:09 OK, thanks for clarifying.
return;
}
« no previous file with comments | « no previous file | content/renderer/media/webrtc_audio_capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698