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

Unified Diff: media/audio/sample_rates.h

Issue 548503002: Added 24k sample rate support and removed the validation check in webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: media/audio/sample_rates.h
diff --git a/media/audio/sample_rates.h b/media/audio/sample_rates.h
index 482ec0fdc8b2fcbbe25d3b46e58058fd25ca2a7d..ad0d44dde565b616e4076d99c068d9aff816d7f7 100644
--- a/media/audio/sample_rates.h
+++ b/media/audio/sample_rates.h
@@ -23,6 +23,7 @@ enum AudioSampleRate {
k88200Hz = 8,
k176400Hz = 9,
k192000Hz = 10,
+ k24000Hz = 11,
// Must always equal the largest value ever reported:
kAudioSampleRateMax = k192000Hz,
DaleCurtis 2014/09/05 17:27:45 You need to change this.
tommi (sloooow) - chröme 2014/09/05 19:17:20 I think k192000Hz is still the highest value. The
DaleCurtis 2014/09/05 19:19:55 It still needs to be changed otherwise the UMA rep
tommi (sloooow) - chröme 2014/09/05 20:08:46 Ah of course. This is easy to misread :)
};

Powered by Google App Engine
This is Rietveld 408576698