From b1e924e0c40928ff7efabf0d6b9432ce9b3f825e Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Sat, 19 Aug 2017 12:49:55 +0200 Subject: audio: Fix audio effect libs path Change-Id: I8f50ea750405ae920ef5a74dda31ca5ac85e3af0 Signed-off-by: dd3boh --- audio/audio_effects.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'audio') diff --git a/audio/audio_effects.conf b/audio/audio_effects.conf index c3c4b67..14a171b 100644 --- a/audio/audio_effects.conf +++ b/audio/audio_effects.conf @@ -10,33 +10,33 @@ libraries { # the HW and SW effects #proxy { - #path /system/lib/soundfx/libeffectproxy.so + #path /vendor/lib/soundfx/libeffectproxy.so #} # This is the SW implementation library of the effect #libSW { - #path /system/lib/soundfx/libswwrapper.so + #path /vendor/lib/soundfx/libswwrapper.so #} # This is the HW implementation library for the effect #libHW { - #path /system/lib/soundfx/libhwwrapper.so + #path /vendor/lib/soundfx/libhwwrapper.so #} bundle { - path /system/lib/soundfx/libbundlewrapper.so + path /vendor/lib/soundfx/libbundlewrapper.so } reverb { - path /system/lib/soundfx/libreverbwrapper.so + path /vendor/lib/soundfx/libreverbwrapper.so } visualizer { - path /system/lib/soundfx/libvisualizer.so + path /vendor/lib/soundfx/libvisualizer.so } downmix { - path /system/lib/soundfx/libdownmix.so + path /vendor/lib/soundfx/libdownmix.so } loudness_enhancer { - path /system/lib/soundfx/libldnhncr.so + path /vendor/lib/soundfx/libldnhncr.so } } @@ -44,7 +44,7 @@ libraries { # audio HAL implements support for default software audio pre-processing effects # # pre_processing { -# path /system/lib/soundfx/libaudiopreprocessing.so +# path /vendor/lib/soundfx/libaudiopreprocessing.so # } # list of effects to load. Each effect element must contain a "library" and a "uuid" element. -- cgit v1.2.3