audio: enable spatial audio for speaker on UI
Bug: 323080242 Test: manual test Change-Id: I14f9c2a3ac97089cf668bf1483faf4124201e619 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
b88dc29d4c
commit
36621d0a95
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# declare use of spatial audio
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.audio.spatializer_enabled=true
|
||||
ro.audio.spatializer_enabled=true \
|
||||
ro.audio.spatializer_transaural_enabled_default=false \
|
||||
persist.vendor.audio.spatializer.speaker_enabled=true
|
||||
|
||||
# Sound Dose
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue