From 5e277cff29966838cebf76662a3039770995c569 Mon Sep 17 00:00:00 2001 From: Ghosuto Date: Tue, 26 Dec 2023 07:27:40 +0100 Subject: [PATCH] sm6375-common: introduce spatialaudio from cheetah --- audio/audio_effects.xml | 2 ++ properties/product.prop | 2 ++ proprietary-files.txt | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/audio/audio_effects.xml b/audio/audio_effects.xml index b917b5f..93b5a90 100644 --- a/audio/audio_effects.xml +++ b/audio/audio_effects.xml @@ -42,6 +42,7 @@ + @@ -91,6 +92,7 @@ + diff --git a/properties/product.prop b/properties/product.prop index a7e07ce..4e1e973 100644 --- a/properties/product.prop +++ b/properties/product.prop @@ -14,3 +14,5 @@ persist.vendor.qti.telephony.vt_cam_interface=2 debug.media.transcoding.codec_max_operating_rate_720P=240 debug.media.transcoding.codec_max_operating_rate_1080P=120 +# Declare use of spatial audio +ro.audio.spatializer_enabled=true diff --git a/proprietary-files.txt b/proprietary-files.txt index af35b91..f819691 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -808,6 +808,10 @@ vendor/lib/soundfx/libshoebox.so vendor/lib/soundfx/libmisoundfx.so vendor/lib64/soundfx/libmisoundfx.so +# Audio - from cheetah-user 14 UP1A.231105.003 11010452 release-keys +vendor/lib/soundfx/libspatialaudio.so +vendor/lib64/soundfx/libspatialaudio.so + # ANT+ vendor/lib/hw/com.dsi.ant@1.0-impl.so vendor/lib64/hw/com.dsi.ant@1.0-impl.so