blob: 721894ba404fa65ac465cb3fe132013be017a76b [file] [log] [blame]
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -08001# List of effect libraries to load. Each library element must contain a "path" element
2# giving the full path of the library .so file.
3# libraries {
4# <lib name> {
5# path <lib path>
6# }
7# }
8libraries {
9 bundle {
10 path /system/lib/soundfx/libbundlewrapper.so
11 }
12 reverb {
13 path /system/lib/soundfx/libreverbwrapper.so
14 }
15 visualizer_sw {
16 path /system/lib/soundfx/libvisualizer.so
17 }
18 visualizer_hw {
19 path /system/lib/soundfx/libqcomvisualizer.so
20 }
21 downmix {
22 path /system/lib/soundfx/libdownmix.so
23 }
24 proxy {
25 path /system/lib/soundfx/libeffectproxy.so
26 }
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -080027 offload_bundle {
28 path /system/lib/soundfx/libqcompostprocbundle.so
29 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -080030 audio_pre_processing {
31 path /system/lib/soundfx/libqcomvoiceprocessing.so
32 }
33}
34
35# Default pre-processing library. Add to audio_effect.conf "libraries" section if
36# audio HAL implements support for default software audio pre-processing effects
37#
38# pre_processing {
39# path /system/lib/soundfx/libaudiopreprocessing.so
40# }
41
42# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
43# The value of the "library" element must correspond to the name of one library element in the
44# "libraries" element.
45# The name of the effect element is indicative, only the value of the "uuid" element
46# designates the effect.
47# The uuid is the implementation specific UUID as specified by the effect vendor. This is not the
48# generic effect type UUID.
49# effects {
50# <fx name> {
51# library <lib name>
52# uuid <effect uuid>
53# }
54# ...
55# }
56
57effects {
58
59# additions for the proxy implementation
60# Proxy implementation
61 #effectname {
62 #library proxy
63 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
64
65 # SW implemetation of the effect. Added as a node under the proxy to
66 # indicate this as a sub effect.
67 #libsw {
68 #library libSW
69 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
70 #} End of SW effect
71
72 # HW implementation of the effect. Added as a node under the proxy to
73 # indicate this as a sub effect.
74 #libhw {
75 #library libHW
76 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
77 #}End of HW effect
78 #} End of effect proxy
79
80 bassboost {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -080081 library proxy
82 uuid 14804144-a5ee-4d24-aa88-0002a5d5c51b
83
84 libsw {
85 library bundle
86 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
87 }
88
89 libhw {
90 library offload_bundle
91 uuid 2c4a8c24-1581-487f-94f6-0002a5d5c51b
92 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -080093 }
94 virtualizer {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -080095 library proxy
96 uuid d3467faa-acc7-4d34-acaf-0002a5d5c51b
97
98 libsw {
99 library bundle
100 uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
101 }
102
103 libhw {
104 library offload_bundle
105 uuid 509a4498-561a-4bea-b3b1-0002a5d5c51b
106 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800107 }
108 equalizer {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800109 library proxy
110 uuid c8e70ecd-48ca-456e-8a4f-0002a5d5c51b
111
112 libsw {
113 library bundle
114 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
115 }
116
117 libhw {
118 library offload_bundle
119 uuid a0dac280-401c-11e3-9379-0002a5d5c51b
120 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800121 }
122 volume {
123 library bundle
124 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
125 }
126 reverb_env_aux {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800127 library proxy
128 uuid 48404ac9-d202-4ccc-bf84-0002a5d5c51b
129
130 libsw {
131 library reverb
132 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
133 }
134
135 libhw {
136 library offload_bundle
137 uuid 79a18026-18fd-4185-8233-0002a5d5c51b
138 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800139 }
140 reverb_env_ins {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800141 library proxy
142 uuid b707403a-a1c1-4291-9573-0002a5d5c51b
143
144 libsw {
145 library reverb
146 uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
147 }
148
149 libhw {
150 library offload_bundle
151 uuid eb64ea04-973b-43d2-8f5e-0002a5d5c51b
152 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800153 }
154 reverb_pre_aux {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800155 library proxy
156 uuid 1b78f587-6d1c-422e-8b84-0002a5d5c51b
157
158 libsw {
159 library reverb
160 uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
161 }
162
163 libhw {
164 library offload_bundle
165 uuid 6987be09-b142-4b41-9056-0002a5d5c51b
166 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800167 }
168 reverb_pre_ins {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800169 library proxy
170 uuid f3e178d2-ebcb-408e-8357-0002a5d5c51b
171
172 libsw {
173 library reverb
174 uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
175 }
176
177 libhw {
178 library offload_bundle
179 uuid aa2bebf6-47cf-4613-9bca-0002a5d5c51b
180 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800181 }
182 visualizer {
183 library proxy
Vimal Puthanveed5424c682013-12-05 18:54:55 -0800184 uuid 1d0a1a53-7d5d-48f2-8e71-27fbd10d842c
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800185
186 libsw {
187 library visualizer_sw
188 uuid d069d9e0-8329-11df-9168-0002a5d5c51b
189 }
190
191 libhw {
192 library visualizer_hw
193 uuid 7a8044a0-1a71-11e3-a184-0002a5d5c51b
194 }
195 }
196 downmix {
197 library downmix
198 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
199 }
200 aec {
201 library audio_pre_processing
202 uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
203 }
204 ns {
205 library audio_pre_processing
206 uuid 1d97bb0b-9e2f-4403-9ae3-58c2554306f8
207 }
208}
209
210# Default pre-processing effects. Add to audio_effect.conf "effects" section if
211# audio HAL implements support for them.
212#
213# agc {
214# library pre_processing
215# uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b
216# }
217# aec {
218# library pre_processing
219# uuid bb392ec0-8d4d-11e0-a896-0002a5d5c51b
220# }
221# ns {
222# library pre_processing
223# uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b
224# }
225
226# Audio preprocessor configurations.
227# The pre processor configuration consists in a list of elements each describing
228# pre processor settings for a given input source. Valid input source names are:
229# "mic", "camcorder", "voice_recognition", "voice_communication"
230# Each input source element contains a list of effects elements. The name of the effect
231# element must be the name of one of the effects in the "effects" list of the file.
232# Each effect element may optionally contain a list of parameters and their
233# default value to apply when the pre processor effect is created.
234# A parameter is defined by a "param" element and a "value" element. Each of these elements
235# consists in one or more elements specifying a type followed by a value.
236# The types defined are: "int", "short", "float", "bool" and "string"
237# When both "param" and "value" are a single int, a simple form is allowed where just
238# the param and value pair is present in the parameter description
239# pre_processing {
240# <input source name> {
241# <fx name> {
242# <param 1 name> {
243# param {
244# int|short|float|bool|string <value>
245# [ int|short|float|bool|string <value> ]
246# ...
247# }
248# value {
249# int|short|float|bool|string <value>
250# [ int|short|float|bool|string <value> ]
251# ...
252# }
253# }
254# <param 2 name > {<param> <value>}
255# ...
256# }
257# ...
258# }
259# ...
260# }
261
262#
263# TODO: add default audio pre processor configurations after debug and tuning phase
264#