Enable the spatial audio function
Bug: 254771189 Test: manual Change-Id: I8fa9864103879efc10362695254e887629c46e10 Signed-off-by: Yung Ti Su <andysu@google.com>
This commit is contained in:
parent
6818dd02b8
commit
082d1b6417
24 changed files with 1080 additions and 36 deletions
|
@ -92,7 +92,15 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.bluetooth.a2dp_offload.supported=true \
|
||||
persist.bluetooth.a2dp_offload.disabled=false \
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
|
||||
|
||||
# Spatial Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
libspatialaudio
|
||||
|
||||
# declare use of spatial audio
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.audio.spatializer_enabled=true
|
||||
|
||||
# Bluetooth hci_inject test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue