Audio: Enabled stereo spatialization property for Tegu, added opus codec
enabled spatializer offload, added CAF config files for offloaded spatializer and updated the audio tables makefile Bug: 323223919 Bug: 303920722 Bug: 348074352 Test: manual Flag: com.android.media.audio.stereo_spatialization Change-Id: Iecfd82a6285ab8e297b19e89f90ef3c018d275cb
This commit is contained in:
parent
f4969d9bdf
commit
e578df9f2c
7 changed files with 16 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
<argument name="Curves" value="blackbird,condor=0,46.35,0.1950549451;54.6,57,0.98625" />
|
||||
</feature>
|
||||
<!-- <feature name="MicrophoneCompensation" /> -->
|
||||
<!-- <feature name="spatializer-offload" /> -->
|
||||
<feature name="spatializer-offload" />
|
||||
</features>
|
||||
|
||||
<voipVolume>
|
||||
|
|
|
@ -77,3 +77,10 @@ PRODUCT_COPY_FILES += \
|
|||
device/google/tegu/audio/$(AUDIO_TABLE_FOLDER)/tas2572/ti_cal_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/ti_cal_mixer_paths.xml
|
||||
|
||||
endif
|
||||
|
||||
# Offload spatializer config
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.google.whitechapel.audio.hal.effect.spatializer.base \
|
||||
vendor.google.whitechapel.audio.hal.effect.spatializer.mode_2_ch \
|
||||
vendor.google.whitechapel.audio.hal.effect.spatializer.mode_6_ch \
|
||||
vendor.google.whitechapel.audio.hal.effect.spatializer.mode_xaural
|
BIN
audio/tegu/tuning/spatializer/base
Normal file
BIN
audio/tegu/tuning/spatializer/base
Normal file
Binary file not shown.
BIN
audio/tegu/tuning/spatializer/mode_2_ch
Normal file
BIN
audio/tegu/tuning/spatializer/mode_2_ch
Normal file
Binary file not shown.
BIN
audio/tegu/tuning/spatializer/mode_6_ch
Normal file
BIN
audio/tegu/tuning/spatializer/mode_6_ch
Normal file
Binary file not shown.
BIN
audio/tegu/tuning/spatializer/mode_xaural
Normal file
BIN
audio/tegu/tuning/spatializer/mode_xaural
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue