Add audio Spatializer and support OPUS codec
Add spatializer, immersive playback and OPUS codec at audio config. Enable Spatializer and Bluetooth OPUS codec. Bug: 261660037 Test: play dynamic spatial audio content Change-Id: I8b25eacdd804017a882b26cab13be69d403b6dc9
This commit is contained in:
parent
677208c388
commit
edce5a7940
7 changed files with 49 additions and 14 deletions
|
@ -104,6 +104,22 @@ PRODUCT_SOONG_NAMESPACES += device/google/tangorpro/powerstats
|
|||
# Bluetooth HAL and Pixel extension
|
||||
include device/google/tangorpro/bluetooth/syna_default.mk
|
||||
|
||||
# Spatial Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
libspatialaudio
|
||||
|
||||
# optimize spatializer effect
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
audio.spatializer.effect.util_clamp_min=300
|
||||
|
||||
# declare use of spatial audio
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.audio.spatializer_enabled=true
|
||||
|
||||
# Bluetooth OPUS codec
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.opus.enabled=true
|
||||
|
||||
# Keymaster HAL
|
||||
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue