diff options
author | Luca Stefani <luca020400@lineageos.org> | 2017-08-19 12:49:55 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 18:01:57 +0200 |
commit | b1e924e0c40928ff7efabf0d6b9432ce9b3f825e (patch) | |
tree | c34a5c38a7bf14645bf7e26af1aa39eba243c392 | |
parent | b780a1555b7d2860b9badc4af3c29a7d5710344d (diff) |
audio: Fix audio effect libs path
Change-Id: I8f50ea750405ae920ef5a74dda31ca5ac85e3af0
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | audio/audio_effects.conf | 18 |
1 files changed, 9 insertions, 9 deletions
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. |