summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-01-31 10:36:54 -0800
committerAndy Hung <hunga@google.com>2014-01-31 10:36:54 -0800
commit788ca4bd1dc1378da2dbdb276ee103069ceeb9c3 (patch)
treea3a6945434c717b5f39714925f5df2286a67051c /device.mk
parentc088c8d4b2554da76f922f7ddf91e590892747ce (diff)
downloadmako-788ca4bd1dc1378da2dbdb276ee103069ceeb9c3.tar.gz
Remove audio resampler quality override
Previous override used the (old) Very High Quality setting. The change means the new Dynamic Medium Quality setting is used for 44.1 to 48kHz and 48 to 44.1kHz resampling. This should be faster, with roughly equivalent audio quality. Change-Id: I5124112f22527706fd0cda8d1f93459300452ecf Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index de3b494..22507ed 100644
--- a/device.mk
+++ b/device.mk
@@ -146,8 +146,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.audio.fluence.voicecall=true \
persist.audio.handset.mic=dmic \
persist.audio.fluence.mode=endfire \
- persist.audio.lowlatency.rec=false \
- af.resampler.quality=4
+ persist.audio.lowlatency.rec=false
# Do not power down SIM card when modem is sent to Low Power Mode.