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

Unified Diff: trunk/src/media/audio/android/audio_record_input.cc

Issue 110303003: Revert 240548 "Enable platform echo cancellation through the Aud..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 | « trunk/src/media/audio/android/audio_record_input.h ('k') | trunk/src/media/audio/audio_parameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/audio/android/audio_record_input.cc
===================================================================
--- trunk/src/media/audio/android/audio_record_input.cc (revision 240588)
+++ trunk/src/media/audio/android/audio_record_input.cc (working copy)
@@ -24,8 +24,7 @@
params.sample_rate(),
params.channels(),
params.bits_per_sample(),
- params.GetBytesPerBuffer(),
- params.effects() & AudioParameters::ECHO_CANCELLER));
+ params.GetBytesPerBuffer()));
}
AudioRecordInputStream::~AudioRecordInputStream() {
« no previous file with comments | « trunk/src/media/audio/android/audio_record_input.h ('k') | trunk/src/media/audio/audio_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698