summaryrefslogtreecommitdiffstats
path: root/media/libeffects/data/audio_effects.conf
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-09-06 17:34:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-06 17:34:56 +0000
commita82975e02ccf78fd9c4dd2f7c1a66c254b52fe3b (patch)
treef98f5da066db046df3c016888e618dd7b86e8de3 /media/libeffects/data/audio_effects.conf
parentc23981d9375d4a55f5701a4090b36deecda92f92 (diff)
parent284c17e73bbff51cb5b1adcee98386d47733757a (diff)
downloadframeworks_av-a82975e02ccf78fd9c4dd2f7c1a66c254b52fe3b.zip
frameworks_av-a82975e02ccf78fd9c4dd2f7c1a66c254b52fe3b.tar.gz
frameworks_av-a82975e02ccf78fd9c4dd2f7c1a66c254b52fe3b.tar.bz2
Merge "Effects Factory changes for effects offload" into klp-dev
Diffstat (limited to 'media/libeffects/data/audio_effects.conf')
-rw-r--r--media/libeffects/data/audio_effects.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/media/libeffects/data/audio_effects.conf b/media/libeffects/data/audio_effects.conf
index 93f27cb..aa48e4e 100644
--- a/media/libeffects/data/audio_effects.conf
+++ b/media/libeffects/data/audio_effects.conf
@@ -6,6 +6,23 @@
# }
# }
libraries {
+# This is a proxy library that will be an abstraction for
+# the HW and SW effects
+
+ #proxy {
+ #path /system/lib/soundfx/libProxy.so
+ #}
+
+# This is the SW implementation library of the effect
+ #libSW {
+ #path /system/lib/soundfx/libswwrapper.so
+ #}
+
+# This is the HW implementation library for the effect
+ #libHW {
+ #path /system/lib/soundfx/libhwwrapper.so
+ #}
+
bundle {
path /system/lib/soundfx/libbundlewrapper.so
}
@@ -43,6 +60,28 @@ libraries {
# }
effects {
+
+# additions for the proxy implementation
+# Proxy implementation
+ #effectname {
+ #library proxy
+ #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
+
+ # SW implemetation of the effect. Added as a node under the proxy to
+ # indicate this as a sub effect.
+ #libsw {
+ #library libSW
+ #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
+ #} End of SW effect
+
+ # HW implementation of the effect. Added as a node under the proxy to
+ # indicate this as a sub effect.
+ #libhw {
+ #library libHW
+ #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
+ #}End of HW effect
+ #} End of effect proxy
+
bassboost {
library bundle
uuid 8631f300-72e2-11df-b57e-0002a5d5c51b