Index: media/audio/audio_util.cc |
=================================================================== |
--- media/audio/audio_util.cc (revision 181622) |
+++ media/audio/audio_util.cc (working copy) |
@@ -135,6 +135,7 @@ |
// Use the default device (same as for Wave) for now to be compatible. |
return WASAPIAudioOutputStream::HardwareSampleRate(); |
#elif defined(OS_ANDROID) |
+ // TODO(leozwang): return native sampling rate on Android. |
return 16000; |
#else |
// Hardware for Linux is nearly always 48KHz. |