Disable spatial audio feature
Bug: 225119469 Test: verify MP3 offload Change-Id: I6a8956ed8a0873cd2426c6a81d79452cc1f5b78f
This commit is contained in:
parent
8e6ff8503d
commit
68f33d6043
1 changed files with 3 additions and 3 deletions
|
@ -988,9 +988,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.audio.monitorRotation = true \
|
ro.audio.monitorRotation = true \
|
||||||
ro.audio.offload_wakelock=false
|
ro.audio.offload_wakelock=false
|
||||||
|
|
||||||
# DO NOT SUBMIT declare use of spatial audio
|
# declare use of spatial audio
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
# PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.audio.spatializer_enabled=true
|
# ro.audio.spatializer_enabled=true
|
||||||
|
|
||||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
# IAudioMetricExt HIDL
|
# IAudioMetricExt HIDL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue