summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-01-31 10:27:52 -0800
committerAndy Hung <hunga@google.com>2014-01-31 10:27:52 -0800
commit690514442d53189ffd299e42c2c01fe6af0010b2 (patch)
tree49c788df40fb27f248f63d08bd9d21c53a4fe148 /device-common.mk
parent9461de37fe5fbb47d65dfd07fd43e220f84218a4 (diff)
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: Ia73af585b9e9f2df537402970d6ff76a127e566c Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index cd07dfc..207ec08 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -126,8 +126,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.audio.handset.mic=dmic \
persist.audio.fluence.mode=endfire \
- persist.audio.lowlatency.rec=false \
- af.resampler.quality=4
+ persist.audio.lowlatency.rec=false
# Camera Configuration
PRODUCT_PROPERTY_OVERRIDES += \