Skip to content
Snippets Groups Projects
Commit 33a0dac7 authored by Andy Hung's avatar Andy Hung
Browse files

Spatializer: Add tuning to reduce glitches and power.

Test: Instrumented
Test: adb shell 'uclampset -a -p $(pgrep -of android.hardware.audio.service)'
Bug: 261228892
Bug: 261686532
Bug: 262803152
Change-Id: I630da2a4a60e44c4fd045f1685481803ce258e83
parent 8c97fa9d
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,10 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.spatializer_enabled=true
# optimize spatializer effect
PRODUCT_PROPERTY_OVERRIDES += \
audio.spatializer.effect.util_clamp_min=300
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
......
......@@ -169,6 +169,10 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.spatializer_enabled=true
# optimize spatializer effect
PRODUCT_PROPERTY_OVERRIDES += \
audio.spatializer.effect.util_clamp_min=300
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment