Build with spatializer feature
Build with Decibel spatializer library and enable spatial audio feature Bug: 189423448 Test: make. Change-Id: Iff997d4100dcd2aabfdaf62b8abdba788cb9741c
This commit is contained in:
parent
a4f6715b0f
commit
9b73dc2c31
1 changed files with 6 additions and 1 deletions
|
@ -950,7 +950,8 @@ PRODUCT_PACKAGES += \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
libamcsextfile \
|
libamcsextfile \
|
||||||
audio_amcs_ext \
|
audio_amcs_ext \
|
||||||
|
libspatialaudio \
|
||||||
|
librondo
|
||||||
|
|
||||||
#Audio Vendor libraries
|
#Audio Vendor libraries
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -987,6 +988,10 @@ 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
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.audio.spatializer_enabled=true
|
||||||
|
|
||||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
# IAudioMetricExt HIDL
|
# IAudioMetricExt HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue