summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
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
commit8829f2cf5d3cf472bbeac9ff368e40029b0a488f (patch)
treea9904e223f4af0379cb5d923cbf75a189d2305e6 /media_profiles.xml
parent44b70cd4f8292e0742032347ef761f162c937f60 (diff)
downloaddevice_samsung_tuna-8829f2cf5d3cf472bbeac9ff368e40029b0a488f.zip
device_samsung_tuna-8829f2cf5d3cf472bbeac9ff368e40029b0a488f.tar.gz
device_samsung_tuna-8829f2cf5d3cf472bbeac9ff368e40029b0a488f.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
Diffstat (limited to 'media_profiles.xml')
-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" />