blob: e6a7b370c386a36c4aab01f6f7557b83b3ea6df4 [file] [log] [blame]
Eric Laurente1315cf2011-05-17 19:16:02 -07001# List of effect libraries to load. Each library element must contain a "path" element
2# giving the full path of the library .so file.
3libraries {
4 bundle {
5 path /system/lib/soundfx/libbundlewrapper.so
6 }
7 reverb {
8 path /system/lib/soundfx/libreverbwrapper.so
9 }
10 visualizer {
11 path /system/lib/soundfx/libvisualizer.so
12 }
13}
14
15# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
16# The value of the "library" element must correspond to the name of one library element in the
17# "libraries" element.
18# The name of the effect element is indicative, only the value of the "uuid" element
19# designates the effect.
20effects {
21 bassboost {
22 library bundle
23 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
24 }
25 virtualizer {
26 library bundle
27 uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
28 }
29 equalizer {
30 library bundle
31 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
32 }
33 volume {
34 library bundle
35 uuid 119341a0-8469-11df-81f9- 0002a5d5c51b
36 }
37 reverb_env_aux {
38 library reverb
39 uuid 4a387fc0-8ab3-11df-8bad- 0002a5d5c51b
40 }
41 reverb_env_ins {
42 library reverb
43 uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
44 }
45 reverb_pre_aux {
46 library reverb
47 uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
48 }
49 reverb_pre_ins {
50 library reverb
51 uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
52 }
53 visualizer {
54 library visualizer
55 uuid d069d9e0-8329-11df-9168-0002a5d5c51b
56 }
57}