summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-01-26 16:10:44 -0800
committerJames Dong <jdong@google.com>2012-01-26 16:34:01 -0800
commit9de99f3456215e21bcfcc990578c403a88e03487 (patch)
tree4ad2655bc5f78371f3baf316c353bb3cec0f4463
parenta20a1dd52fb2b7757b75d54c66a9eb50d7806ee7 (diff)
downloaddevice_samsung_tuna-9de99f3456215e21bcfcc990578c403a88e03487.zip
device_samsung_tuna-9de99f3456215e21bcfcc990578c403a88e03487.tar.gz
device_samsung_tuna-9de99f3456215e21bcfcc990578c403a88e03487.tar.bz2
Fix incorrect min bit rate setting for AMR NB audio recording
Not sure why we did not do this the first day, and the min bit rate recording works just fine. o related-to-bug: 5924354 Change-Id: I7b01703f84861df03caf7a1f9e538eab679056ee
-rwxr-xr-xmedia_profiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 02058a5..ce6d7dd 100755
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -367,7 +367,7 @@
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
- minBitRate="5525" maxBitRate="12200"
+ minBitRate="4750" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />