klte-common: audio: Fix audio effect libs path

Change-Id: I8f50ea750405ae920ef5a74dda31ca5ac85e3af0
This commit is contained in:
Luca Stefani 2017-08-19 12:49:55 +02:00 committed by Kevin F. Haggerty
parent 488b4cdfc6
commit ccb9bf10e5
1 changed files with 9 additions and 9 deletions

View File

@ -7,10 +7,10 @@
# } # }
libraries { libraries {
bundle { bundle {
path /system/lib/soundfx/libbundlewrapper.so path /vendor/lib/soundfx/libbundlewrapper.so
} }
reverb { reverb {
path /system/lib/soundfx/libreverbwrapper.so path /vendor/lib/soundfx/libreverbwrapper.so
} }
qcbassboost { qcbassboost {
path /vendor/lib/soundfx/libqcbassboost.so path /vendor/lib/soundfx/libqcbassboost.so
@ -22,25 +22,25 @@ libraries {
path /vendor/lib/soundfx/libqcreverb.so path /vendor/lib/soundfx/libqcreverb.so
} }
visualizer_sw { visualizer_sw {
path /system/lib/soundfx/libvisualizer.so path /vendor/lib/soundfx/libvisualizer.so
} }
visualizer_hw { visualizer_hw {
path /system/lib/soundfx/libqcomvisualizer.so path /vendor/lib/soundfx/libqcomvisualizer.so
} }
downmix { downmix {
path /system/lib/soundfx/libdownmix.so path /vendor/lib/soundfx/libdownmix.so
} }
loudness_enhancer { loudness_enhancer {
path /system/lib/soundfx/libldnhncr.so path /vendor/lib/soundfx/libldnhncr.so
} }
proxy { proxy {
path /system/lib/soundfx/libeffectproxy.so path /vendor/lib/soundfx/libeffectproxy.so
} }
offload_bundle { offload_bundle {
path /system/lib/soundfx/libqcompostprocbundle.so path /vendor/lib/soundfx/libqcompostprocbundle.so
} }
audio_pre_processing { audio_pre_processing {
path /system/lib/soundfx/libqcomvoiceprocessing.so path /vendor/lib/soundfx/libqcomvoiceprocessing.so
} }
} }