summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio_effects.conf12
-rw-r--r--filter_ie1
2 files changed, 7 insertions, 6 deletions
diff --git a/audio_effects.conf b/audio_effects.conf
index 9cff551..dac9c80 100644
--- a/audio_effects.conf
+++ b/audio_effects.conf
@@ -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_sw {
- path /system/lib/soundfx/libvisualizer.so
+ path /vendor/lib/soundfx/libvisualizer.so
}
visualizer_hw {
path /vendor/lib/soundfx/libqcomvisualizer.so
}
downmix {
- path /system/lib/soundfx/libdownmix.so
+ path /vendor/lib/soundfx/libdownmix.so
}
proxy {
- path /system/lib/soundfx/libeffectproxy.so
+ path /vendor/lib/soundfx/libeffectproxy.so
}
offload_bundle {
path /vendor/lib/soundfx/libqcompostprocbundle.so
@@ -31,7 +31,7 @@ libraries {
path /vendor/lib/soundfx/libqcomvoiceprocessing.so
}
loudness_enhancer {
- path /system/lib/soundfx/libldnhncr.so
+ path /vendor/lib/soundfx/libldnhncr.so
}
}
diff --git a/filter_ie b/filter_ie
index 12decc1..7c10dcd 100644
--- a/filter_ie
+++ b/filter_ie
@@ -1,2 +1,3 @@
0
+1
3