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

Unified Diff: components/audio_modem/constants.cc

Issue 1020683002: Fixing mono/stereo crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « components/audio_modem/audio_recorder_impl.cc ('k') | components/audio_modem/public/audio_modem_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/constants.cc
diff --git a/components/audio_modem/constants.cc b/components/audio_modem/constants.cc
index 810bdf81930a94e3e762bf094ce4206bb71f2a3f..d85da143e0da565e0802c6ddf7a3e9adc0a89be3 100644
--- a/components/audio_modem/constants.cc
+++ b/components/audio_modem/constants.cc
@@ -10,7 +10,6 @@ const int kDefaultRepetitions = 5;
const float kDefaultSampleRate = 48000.0f;
const int kDefaultBitsPerSample = 16;
const float kDefaultCarrierFrequency = 18500.0f;
-const int kDefaultChannels = 2;
const media::ChannelLayout kDefaultChannelLayout = media::CHANNEL_LAYOUT_STEREO;
} // namespace audio_modem
« no previous file with comments | « components/audio_modem/audio_recorder_impl.cc ('k') | components/audio_modem/public/audio_modem_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698