flo: audio: Fix audio effect libs path

This commit is contained in:
followmsi 2017-10-08 15:52:49 +02:00
parent 14d647c5cc
commit 91de3e6362
1 changed files with 7 additions and 7 deletions

View File

@ -7,22 +7,22 @@
# }
libraries {
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
}
qcom_pre_processing {
path /system/lib/soundfx/libqcomvoiceprocessing.so
path /vendor/lib/soundfx/libqcomvoiceprocessing.so
}
loudness_enhancer {
path /system/lib/soundfx/libldnhncr.so
path /vendor/lib/soundfx/libldnhncr.so
}
}
@ -30,7 +30,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.