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

Unified Diff: media/base/audio_parameters.cc

Issue 2738403002: AudioParameters::UnavailableDeviceParameters buffer size 100 ms -> 10 ms (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_parameters.cc
diff --git a/media/base/audio_parameters.cc b/media/base/audio_parameters.cc
index 2ae8c32422d2624c708c97fc17ef7fe793bd7d6a..21943c2aee7a6741a6de26fd006195f11fa1aaa9 100644
--- a/media/base/audio_parameters.cc
+++ b/media/base/audio_parameters.cc
@@ -106,7 +106,7 @@ AudioParameters AudioParameters::UnavailableDeviceParams() {
return media::AudioParameters(
media::AudioParameters::AUDIO_FAKE, media::CHANNEL_LAYOUT_STEREO,
media::AudioParameters::kAudioCDSampleRate, 16,
- media::AudioParameters::kAudioCDSampleRate / 10);
+ media::AudioParameters::kAudioCDSampleRate / 100);
tommi (sloooow) - chröme 2017/03/10 12:25:36 Since there was an issue with this, can you add a
}
} // namespace media
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698