blob: 03323ee621004e624b1ad063eae8d3eb3a3db18a [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 }
wjiang1e5a21b2014-01-26 19:31:19 +080015 qcbassboost {
16 path /vendor/lib/soundfx/libqcbassboost.so
17 }
18 qcvirt {
19 path /vendor/lib/soundfx/libqcvirt.so
20 }
21 qcreverb {
22 path /vendor/lib/soundfx/libqcreverb.so
23 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -080024 visualizer_sw {
25 path /system/lib/soundfx/libvisualizer.so
26 }
27 visualizer_hw {
28 path /system/lib/soundfx/libqcomvisualizer.so
29 }
30 downmix {
31 path /system/lib/soundfx/libdownmix.so
32 }
33 proxy {
34 path /system/lib/soundfx/libeffectproxy.so
35 }
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -080036 offload_bundle {
37 path /system/lib/soundfx/libqcompostprocbundle.so
38 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -080039 audio_pre_processing {
40 path /system/lib/soundfx/libqcomvoiceprocessing.so
41 }
Ramjee Singha7b74ec2015-03-18 19:48:06 +053042 loudness_enhancer {
43 path /system/lib/soundfx/libldnhncr.so
44 }
45
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -080046}
47
48# Default pre-processing library. Add to audio_effect.conf "libraries" section if
49# audio HAL implements support for default software audio pre-processing effects
50#
51# pre_processing {
52# path /system/lib/soundfx/libaudiopreprocessing.so
53# }
54
55# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
56# The value of the "library" element must correspond to the name of one library element in the
57# "libraries" element.
58# The name of the effect element is indicative, only the value of the "uuid" element
59# designates the effect.
60# The uuid is the implementation specific UUID as specified by the effect vendor. This is not the
61# generic effect type UUID.
62# effects {
63# <fx name> {
64# library <lib name>
65# uuid <effect uuid>
66# }
67# ...
68# }
69
70effects {
71
72# additions for the proxy implementation
73# Proxy implementation
74 #effectname {
75 #library proxy
76 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
77
78 # SW implemetation of the effect. Added as a node under the proxy to
79 # indicate this as a sub effect.
80 #libsw {
81 #library libSW
82 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
83 #} End of SW effect
84
85 # HW implementation of the effect. Added as a node under the proxy to
86 # indicate this as a sub effect.
87 #libhw {
88 #library libHW
89 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
90 #}End of HW effect
91 #} End of effect proxy
92
93 bassboost {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -080094 library proxy
95 uuid 14804144-a5ee-4d24-aa88-0002a5d5c51b
96
97 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +080098 library qcbassboost
99 uuid 23aca180-44bd-11e2-bcfd-0800200c9a66
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800100 }
101
102 libhw {
103 library offload_bundle
104 uuid 2c4a8c24-1581-487f-94f6-0002a5d5c51b
105 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800106 }
107 virtualizer {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800108 library proxy
109 uuid d3467faa-acc7-4d34-acaf-0002a5d5c51b
110
111 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +0800112 library qcvirt
113 uuid e6c98a16-22a3-11e2-b87b-f23c91aec05e
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800114 }
115
116 libhw {
117 library offload_bundle
118 uuid 509a4498-561a-4bea-b3b1-0002a5d5c51b
119 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800120 }
121 equalizer {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800122 library proxy
123 uuid c8e70ecd-48ca-456e-8a4f-0002a5d5c51b
124
125 libsw {
126 library bundle
127 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
128 }
129
130 libhw {
131 library offload_bundle
132 uuid a0dac280-401c-11e3-9379-0002a5d5c51b
133 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800134 }
135 volume {
136 library bundle
137 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
138 }
139 reverb_env_aux {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800140 library proxy
141 uuid 48404ac9-d202-4ccc-bf84-0002a5d5c51b
142
143 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +0800144 library qcreverb
145 uuid a8c1e5f3-293d-43cd-95ec-d5e26c02e217
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800146 }
147
148 libhw {
149 library offload_bundle
150 uuid 79a18026-18fd-4185-8233-0002a5d5c51b
151 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800152 }
153 reverb_env_ins {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800154 library proxy
155 uuid b707403a-a1c1-4291-9573-0002a5d5c51b
156
157 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +0800158 library qcreverb
159 uuid 791fff8b-8129-4655-83a4-59bc61034c3a
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800160 }
161
162 libhw {
163 library offload_bundle
164 uuid eb64ea04-973b-43d2-8f5e-0002a5d5c51b
165 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800166 }
167 reverb_pre_aux {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800168 library proxy
169 uuid 1b78f587-6d1c-422e-8b84-0002a5d5c51b
170
171 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +0800172 library qcreverb
173 uuid 53ef1db5-c0c0-445b-b060-e34d20ebb70a
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800174 }
175
176 libhw {
177 library offload_bundle
178 uuid 6987be09-b142-4b41-9056-0002a5d5c51b
179 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800180 }
181 reverb_pre_ins {
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800182 library proxy
183 uuid f3e178d2-ebcb-408e-8357-0002a5d5c51b
184
185 libsw {
wjiang1e5a21b2014-01-26 19:31:19 +0800186 library qcreverb
187 uuid b08a0e38-22a5-11e2-b87b-f23c91aec05e
Subhash Chandra Bose Naripeddyd7780172013-11-14 21:22:02 -0800188 }
189
190 libhw {
191 library offload_bundle
192 uuid aa2bebf6-47cf-4613-9bca-0002a5d5c51b
193 }
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800194 }
195 visualizer {
196 library proxy
Vimal Puthanveed5424c682013-12-05 18:54:55 -0800197 uuid 1d0a1a53-7d5d-48f2-8e71-27fbd10d842c
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800198
199 libsw {
200 library visualizer_sw
201 uuid d069d9e0-8329-11df-9168-0002a5d5c51b
202 }
203
204 libhw {
205 library visualizer_hw
206 uuid 7a8044a0-1a71-11e3-a184-0002a5d5c51b
207 }
208 }
Ramjee Singha7b74ec2015-03-18 19:48:06 +0530209 loudness_enhancer {
210 library loudness_enhancer
211 uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
212 }
213
Ravi Kumar Alamanda2514f082013-11-08 00:47:35 -0800214 downmix {
215 library downmix
216 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
217 }
218 aec {
219 library audio_pre_processing
220 uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
221 }
222 ns {
223 library audio_pre_processing
224 uuid 1d97bb0b-9e2f-4403-9ae3-58c2554306f8
225 }
226}
227
228# Default pre-processing effects. Add to audio_effect.conf "effects" section if
229# audio HAL implements support for them.
230#
231# agc {
232# library pre_processing
233# uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b
234# }
235# aec {
236# library pre_processing
237# uuid bb392ec0-8d4d-11e0-a896-0002a5d5c51b
238# }
239# ns {
240# library pre_processing
241# uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b
242# }
243
244# Audio preprocessor configurations.
245# The pre processor configuration consists in a list of elements each describing
246# pre processor settings for a given input source. Valid input source names are:
247# "mic", "camcorder", "voice_recognition", "voice_communication"
248# Each input source element contains a list of effects elements. The name of the effect
249# element must be the name of one of the effects in the "effects" list of the file.
250# Each effect element may optionally contain a list of parameters and their
251# default value to apply when the pre processor effect is created.
252# A parameter is defined by a "param" element and a "value" element. Each of these elements
253# consists in one or more elements specifying a type followed by a value.
254# The types defined are: "int", "short", "float", "bool" and "string"
255# When both "param" and "value" are a single int, a simple form is allowed where just
256# the param and value pair is present in the parameter description
257# pre_processing {
258# <input source name> {
259# <fx name> {
260# <param 1 name> {
261# param {
262# int|short|float|bool|string <value>
263# [ int|short|float|bool|string <value> ]
264# ...
265# }
266# value {
267# int|short|float|bool|string <value>
268# [ int|short|float|bool|string <value> ]
269# ...
270# }
271# }
272# <param 2 name > {<param> <value>}
273# ...
274# }
275# ...
276# }
277# ...
278# }
279
280#
281# TODO: add default audio pre processor configurations after debug and tuning phase
282#