sl@0
|
1 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
2 |
# specify whether they are required or optional.
|
sl@0
|
3 |
#
|
sl@0
|
4 |
# TAGS:
|
sl@0
|
5 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
6 |
# Title - Text to identify the test case and describe it
|
sl@0
|
7 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
8 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
9 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
10 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
11 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer, VideoPlayer
|
sl@0
|
12 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
13 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
14 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
15 |
# Enable - Enable Audio Effect
|
sl@0
|
16 |
# Disable - Disable Audio Effect
|
sl@0
|
17 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
18 |
# DisplayData - Display Audio Effect info
|
sl@0
|
19 |
# BassBoostLevel - Set Bass Boost Level. The bass boost level ranges from 0-100, where 0 is none and 100 is maximum bass boost.
|
sl@0
|
20 |
|
sl@0
|
21 |
|
sl@0
|
22 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
23 |
//Optional: Title, rest of the tags
|
sl@0
|
24 |
[TestCase]
|
sl@0
|
25 |
id 1101
|
sl@0
|
26 |
Title BassBoost.Player.Create.00 - Create BassBoost and assign it to Player.
|
sl@0
|
27 |
AudioEffect BassBoost
|
sl@0
|
28 |
AssignEffect Player
|
sl@0
|
29 |
[End_TestCase]
|
sl@0
|
30 |
|
sl@0
|
31 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
32 |
//Optional: Title, rest of the tags
|
sl@0
|
33 |
[TestCase]
|
sl@0
|
34 |
id 1101
|
sl@0
|
35 |
Title BassBoost.Player.Disable.01 - E_D_Enf_Applyset_Disp_Reg__Unreg BassBoost
|
sl@0
|
36 |
AudioEffect BassBoost
|
sl@0
|
37 |
AssignEffect Player
|
sl@0
|
38 |
RegisterEffect
|
sl@0
|
39 |
Enable
|
sl@0
|
40 |
Enforce 1
|
sl@0
|
41 |
ApplySettings
|
sl@0
|
42 |
DisplayData
|
sl@0
|
43 |
Disable
|
sl@0
|
44 |
pause 2000
|
sl@0
|
45 |
UnRegisterEffect
|
sl@0
|
46 |
[End_TestCase]
|
sl@0
|
47 |
|
sl@0
|
48 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
49 |
//Optional: Title, rest of the tags
|
sl@0
|
50 |
[TestCase]
|
sl@0
|
51 |
id 1101
|
sl@0
|
52 |
Title BassBoost.Recorder.Create.02 - Create BassBoost and assign it to Recorder.
|
sl@0
|
53 |
AudioEffect BassBoost
|
sl@0
|
54 |
AssignEffect Recorder
|
sl@0
|
55 |
[End_TestCase]
|
sl@0
|
56 |
|
sl@0
|
57 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
58 |
//Optional: Title, rest of the tags
|
sl@0
|
59 |
[TestCase]
|
sl@0
|
60 |
id 1101
|
sl@0
|
61 |
Title BassBoost.Recorder.03 - Reg_E_D_Enf_Applyset__Disp__Unreg
|
sl@0
|
62 |
AudioEffect BassBoost
|
sl@0
|
63 |
AssignEffect Recorder
|
sl@0
|
64 |
RegisterEffect
|
sl@0
|
65 |
Enable
|
sl@0
|
66 |
Enforce 1
|
sl@0
|
67 |
ApplySettings
|
sl@0
|
68 |
DisplayData
|
sl@0
|
69 |
Disable
|
sl@0
|
70 |
pause 2000
|
sl@0
|
71 |
UnRegisterEffect
|
sl@0
|
72 |
[End_TestCase]
|
sl@0
|
73 |
|
sl@0
|
74 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
75 |
//Optional: Title, rest of the tags
|
sl@0
|
76 |
[TestCase]
|
sl@0
|
77 |
id 1101
|
sl@0
|
78 |
Title BassBoost.Converter.Create.04 - Create BassBoost and assign it to Converter.
|
sl@0
|
79 |
AudioEffect BassBoost
|
sl@0
|
80 |
AssignEffect Converter
|
sl@0
|
81 |
[End_TestCase]
|
sl@0
|
82 |
|
sl@0
|
83 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
84 |
//Optional: Title, rest of the tags
|
sl@0
|
85 |
[TestCase]
|
sl@0
|
86 |
id 1101
|
sl@0
|
87 |
Title BassBoost.Converter.05 - E_D_Enf_Applyset_Disp_Reg_Unreg BassBoost
|
sl@0
|
88 |
AudioEffect BassBoost
|
sl@0
|
89 |
AssignEffect Converter
|
sl@0
|
90 |
RegisterEffect
|
sl@0
|
91 |
Enable
|
sl@0
|
92 |
Enforce 1
|
sl@0
|
93 |
ApplySettings
|
sl@0
|
94 |
DisplayData
|
sl@0
|
95 |
Disable
|
sl@0
|
96 |
pause 2000
|
sl@0
|
97 |
UnRegisterEffect
|
sl@0
|
98 |
[End_TestCase]
|
sl@0
|
99 |
|
sl@0
|
100 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
101 |
//Optional: Title, rest of the tags
|
sl@0
|
102 |
[TestCase]
|
sl@0
|
103 |
id 1101
|
sl@0
|
104 |
Title BassBoost.Tone.Create.06 - Create BassBoost and assign it to Tone.
|
sl@0
|
105 |
AudioEffect BassBoost
|
sl@0
|
106 |
AssignEffect Tone
|
sl@0
|
107 |
[End_TestCase]
|
sl@0
|
108 |
|
sl@0
|
109 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
110 |
//Optional: Title, rest of the tags
|
sl@0
|
111 |
[TestCase]
|
sl@0
|
112 |
id 1101
|
sl@0
|
113 |
Title BassBoost.Tone.07 - E_D_Enf_Applyset_Disp_Reg_Unreg BassBoost
|
sl@0
|
114 |
AudioEffect BassBoost
|
sl@0
|
115 |
AssignEffect Tone
|
sl@0
|
116 |
RegisterEffect
|
sl@0
|
117 |
Enable
|
sl@0
|
118 |
Enforce 1
|
sl@0
|
119 |
ApplySettings
|
sl@0
|
120 |
DisplayData
|
sl@0
|
121 |
Disable
|
sl@0
|
122 |
pause 2000
|
sl@0
|
123 |
UnRegisterEffect
|
sl@0
|
124 |
[End_TestCase]
|
sl@0
|
125 |
|
sl@0
|
126 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
127 |
//Optional: Title, rest of the tags
|
sl@0
|
128 |
[TestCase]
|
sl@0
|
129 |
id 1101
|
sl@0
|
130 |
Title BassBoost.DevSound.Create.08 - Create BassBoost and assign it to DevSound.
|
sl@0
|
131 |
AudioEffect BassBoost
|
sl@0
|
132 |
AssignEffect DevSound
|
sl@0
|
133 |
[End_TestCase]
|
sl@0
|
134 |
|
sl@0
|
135 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
136 |
//Optional: Title, rest of the tags
|
sl@0
|
137 |
[TestCase]
|
sl@0
|
138 |
id 1101
|
sl@0
|
139 |
Title BassBoost.DevSound.09 - E_D_Enf_Applyset_Disp_Reg_Unreg BassBoost
|
sl@0
|
140 |
AudioEffect BassBoost
|
sl@0
|
141 |
AssignEffect DevSound
|
sl@0
|
142 |
RegisterEffect
|
sl@0
|
143 |
Enable
|
sl@0
|
144 |
Enforce 1
|
sl@0
|
145 |
ApplySettings
|
sl@0
|
146 |
DisplayData
|
sl@0
|
147 |
Disable
|
sl@0
|
148 |
pause 2000
|
sl@0
|
149 |
UnRegisterEffect
|
sl@0
|
150 |
[End_TestCase]
|
sl@0
|
151 |
|
sl@0
|
152 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
153 |
//Optional: Title, rest of the tags
|
sl@0
|
154 |
[TestCase]
|
sl@0
|
155 |
id 1101
|
sl@0
|
156 |
Title BassBoost.CustomCommand.Create.10 - Create BassBoost and assign it to CustomCommand.
|
sl@0
|
157 |
AudioEffect BassBoost
|
sl@0
|
158 |
AssignEffect CustomCommand
|
sl@0
|
159 |
[End_TestCase]
|
sl@0
|
160 |
|
sl@0
|
161 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
162 |
//Optional: Title, rest of the tags
|
sl@0
|
163 |
[TestCase]
|
sl@0
|
164 |
id 1101
|
sl@0
|
165 |
Title BassBoost.CustomInterface.Create.11 - Create BassBoost and assign it to CustomInterface.
|
sl@0
|
166 |
AudioEffect BassBoost
|
sl@0
|
167 |
AssignEffect CustomInterface
|
sl@0
|
168 |
[End_TestCase]
|
sl@0
|
169 |
|
sl@0
|
170 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
171 |
//Optional: Title, rest of the tags
|
sl@0
|
172 |
[TestCase]
|
sl@0
|
173 |
id 1101
|
sl@0
|
174 |
Title BassBoost.InputStream.Create.12 - Create BassBoost and assign it to InputStream.
|
sl@0
|
175 |
AudioEffect BassBoost
|
sl@0
|
176 |
AssignEffect InputStream
|
sl@0
|
177 |
[End_TestCase]
|
sl@0
|
178 |
|
sl@0
|
179 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
180 |
//Optional: Title, rest of the tags
|
sl@0
|
181 |
[TestCase]
|
sl@0
|
182 |
id 1101
|
sl@0
|
183 |
Title BassBoost.OutputStream.Create.13 - Create BassBoost and assign it to OutputStream.
|
sl@0
|
184 |
AudioEffect BassBoost
|
sl@0
|
185 |
AssignEffect OutputStream
|
sl@0
|
186 |
[End_TestCase]
|
sl@0
|
187 |
|
sl@0
|
188 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
189 |
//Optional: Title, rest of the tags
|
sl@0
|
190 |
[TestCase]
|
sl@0
|
191 |
id 1101
|
sl@0
|
192 |
Title BassBoost.MidiClient.Create.14 - Create BassBoost and assign it to MidiClient.
|
sl@0
|
193 |
AudioEffect BassBoost
|
sl@0
|
194 |
AssignEffect MidiClient
|
sl@0
|
195 |
[End_TestCase]
|
sl@0
|
196 |
|
sl@0
|
197 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
198 |
//Optional: Title, rest of the tags
|
sl@0
|
199 |
[TestCase]
|
sl@0
|
200 |
id 1101
|
sl@0
|
201 |
Title BassBoost.DrmPlayer.Create.15 - Create BassBoost and assign it to DrmPlayer.
|
sl@0
|
202 |
AudioEffect BassBoost
|
sl@0
|
203 |
AssignEffect DrmPlayer
|
sl@0
|
204 |
[End_TestCase]
|
sl@0
|
205 |
|
sl@0
|
206 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
207 |
//Optional: Title, rest of the tags
|
sl@0
|
208 |
[TestCase]
|
sl@0
|
209 |
id 1101
|
sl@0
|
210 |
Title BassBoost.VideoPlayer.Create.16 - Create BassBoost and assign it to VideoPlayer.
|
sl@0
|
211 |
AudioEffect BassBoost
|
sl@0
|
212 |
AssignEffect VideoPlayer
|
sl@0
|
213 |
[End_TestCase]
|
sl@0
|
214 |
|
sl@0
|
215 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
216 |
# specify whether they are required or optional.
|
sl@0
|
217 |
#
|
sl@0
|
218 |
# TAGS:
|
sl@0
|
219 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
220 |
# Title - Text to identify the test case and describe it
|
sl@0
|
221 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
222 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
223 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
224 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
225 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer VideoPlayer
|
sl@0
|
226 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
227 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
228 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
229 |
# Enable - Enable Audio Effect
|
sl@0
|
230 |
# Disable - Disable Audio Effect
|
sl@0
|
231 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
232 |
# DisplayData - Display Audio Effect info
|
sl@0
|
233 |
# DistanceAttenuation - Set the Distance Attenuation. (Int RMin, Int RMax, Bool MuteAfterMax, Uint RollOffFactor, Uint RoomRollOffFactor).
|
sl@0
|
234 |
# RMin - The source to listener distance in mm below which the sound level is a constant,
|
sl@0
|
235 |
# its value should be greater than or equal to 1 mm.
|
sl@0
|
236 |
# RMax - The source to listener distance in mm above which the sound level is a constant or zero,
|
sl@0
|
237 |
# its value should be greater than or equal to RMin.
|
sl@0
|
238 |
# MuteAfterMax - Indicates whether or not the sound is muted beyond Rmax.
|
sl@0
|
239 |
# RollOffFactor - The multiplier factor to source-listener distance in hundredths, where 100 corresponds
|
sl@0
|
240 |
# to 1.00, 200 corresponds to 2.00, etc.
|
sl@0
|
241 |
# RoomRollOffFactor - The multiplier factor to source-listener distance for Room effect in hundredths,
|
sl@0
|
242 |
# where 100 corresponds to 1.00, 200 corresponds to 2.00, etc.
|
sl@0
|
243 |
|
sl@0
|
244 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
245 |
//Optional: Title, rest of the tags
|
sl@0
|
246 |
[TestCase]
|
sl@0
|
247 |
id 1101
|
sl@0
|
248 |
Title DistanceAttenuation.Player.Create.01 - Create DistanceAttenuation and assign it to Player.
|
sl@0
|
249 |
AudioEffect DistanceAttenuation
|
sl@0
|
250 |
AssignEffect Player
|
sl@0
|
251 |
[End_TestCase]
|
sl@0
|
252 |
|
sl@0
|
253 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
254 |
//Optional: Title, rest of the tags
|
sl@0
|
255 |
[TestCase]
|
sl@0
|
256 |
id 1101
|
sl@0
|
257 |
Title DistanceAttenuation.PLAYER.RegisterEffect.02 - Register DistanceAttenuation
|
sl@0
|
258 |
AudioEffect DistanceAttenuation
|
sl@0
|
259 |
AssignEffect Player
|
sl@0
|
260 |
RegisterEffect
|
sl@0
|
261 |
[End_TestCase]
|
sl@0
|
262 |
|
sl@0
|
263 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
264 |
//Optional: Title, rest of the tags
|
sl@0
|
265 |
[TestCase]
|
sl@0
|
266 |
id 1101
|
sl@0
|
267 |
Title DistanceAttenuation.Player.UnRegisterEffect.03 - Unregister DistanceAttenuation
|
sl@0
|
268 |
AudioEffect DistanceAttenuation
|
sl@0
|
269 |
AssignEffect Player
|
sl@0
|
270 |
RegisterEffect
|
sl@0
|
271 |
UnRegisterEffect
|
sl@0
|
272 |
[End_TestCase]
|
sl@0
|
273 |
|
sl@0
|
274 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
275 |
//Optional: Title, rest of the tags
|
sl@0
|
276 |
[TestCase]
|
sl@0
|
277 |
id 1101
|
sl@0
|
278 |
Title DistanceAttenuation.Player.Enable.04 - Enable DistanceAttenuation
|
sl@0
|
279 |
AudioEffect DistanceAttenuation
|
sl@0
|
280 |
AssignEffect Player
|
sl@0
|
281 |
RegisterEffect
|
sl@0
|
282 |
Enable
|
sl@0
|
283 |
[End_TestCase]
|
sl@0
|
284 |
|
sl@0
|
285 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
286 |
//Optional: Title, rest of the tags
|
sl@0
|
287 |
[TestCase]
|
sl@0
|
288 |
id 1101
|
sl@0
|
289 |
Title DistanceAttenuation.Player.Disable.05 - Disable DistanceAttenuation
|
sl@0
|
290 |
AudioEffect DistanceAttenuation
|
sl@0
|
291 |
AssignEffect Player
|
sl@0
|
292 |
RegisterEffect
|
sl@0
|
293 |
Enable
|
sl@0
|
294 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
295 |
Disable
|
sl@0
|
296 |
[End_TestCase]
|
sl@0
|
297 |
|
sl@0
|
298 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
299 |
//Optional: Title, rest of the tags
|
sl@0
|
300 |
[TestCase]
|
sl@0
|
301 |
id 1101
|
sl@0
|
302 |
Title DistanceAttenuation.Player.Enforce.06 - Enforce DistanceAttenuation
|
sl@0
|
303 |
AudioEffect DistanceAttenuation
|
sl@0
|
304 |
AssignEffect Player
|
sl@0
|
305 |
RegisterEffect
|
sl@0
|
306 |
Enable
|
sl@0
|
307 |
Enforce 1
|
sl@0
|
308 |
[End_TestCase]
|
sl@0
|
309 |
|
sl@0
|
310 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
311 |
//Optional: Title, rest of the tags
|
sl@0
|
312 |
[TestCase]
|
sl@0
|
313 |
id 1101
|
sl@0
|
314 |
Title DistanceAttenuation.Player.DistanceAttenuation.07 - Set distance attenuation
|
sl@0
|
315 |
AudioEffect DistanceAttenuation
|
sl@0
|
316 |
AssignEffect Player
|
sl@0
|
317 |
RegisterEffect
|
sl@0
|
318 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
319 |
Enable
|
sl@0
|
320 |
[End_TestCase]
|
sl@0
|
321 |
|
sl@0
|
322 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
323 |
//Optional: Title, rest of the tags
|
sl@0
|
324 |
[TestCase]
|
sl@0
|
325 |
id 1101
|
sl@0
|
326 |
Title DistanceAttenuation.Player.ApplySettings.08 - Set distance attenuation and apply settings
|
sl@0
|
327 |
AudioEffect DistanceAttenuation
|
sl@0
|
328 |
AssignEffect Player
|
sl@0
|
329 |
RegisterEffect
|
sl@0
|
330 |
Enable
|
sl@0
|
331 |
DistanceAttenuation 20 300 1 150 222
|
sl@0
|
332 |
ApplySettings
|
sl@0
|
333 |
[End_TestCase]
|
sl@0
|
334 |
|
sl@0
|
335 |
|
sl@0
|
336 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
337 |
//Optional: Title, rest of the tags
|
sl@0
|
338 |
[TestCase]
|
sl@0
|
339 |
id 1101
|
sl@0
|
340 |
Title DistanceAttenuation.Recorder.Create.10 - Create DistanceAttenuation and assign it to Recorder.
|
sl@0
|
341 |
AudioEffect DistanceAttenuation
|
sl@0
|
342 |
AssignEffect Recorder
|
sl@0
|
343 |
[End_TestCase]
|
sl@0
|
344 |
|
sl@0
|
345 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
346 |
//Optional: Title, rest of the tags
|
sl@0
|
347 |
[TestCase]
|
sl@0
|
348 |
id 1101
|
sl@0
|
349 |
Title DistanceAttenuation.Recorder.RegisterEffect.11 - Register DistanceAttenuation
|
sl@0
|
350 |
AudioEffect DistanceAttenuation
|
sl@0
|
351 |
AssignEffect Recorder
|
sl@0
|
352 |
RegisterEffect
|
sl@0
|
353 |
[End_TestCase]
|
sl@0
|
354 |
|
sl@0
|
355 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
356 |
//Optional: Title, rest of the tags
|
sl@0
|
357 |
[TestCase]
|
sl@0
|
358 |
id 1101
|
sl@0
|
359 |
Title DistanceAttenuation.Recorder.UnRegisterEffect.12 - Unregister DistanceAttenuation
|
sl@0
|
360 |
AudioEffect DistanceAttenuation
|
sl@0
|
361 |
AssignEffect Recorder
|
sl@0
|
362 |
RegisterEffect
|
sl@0
|
363 |
UnRegisterEffect
|
sl@0
|
364 |
[End_TestCase]
|
sl@0
|
365 |
|
sl@0
|
366 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
367 |
//Optional: Title, rest of the tags
|
sl@0
|
368 |
[TestCase]
|
sl@0
|
369 |
id 1101
|
sl@0
|
370 |
Title DistanceAttenuation.Recorder.Enable.13 - Enable DistanceAttenuation
|
sl@0
|
371 |
AudioEffect DistanceAttenuation
|
sl@0
|
372 |
AssignEffect Recorder
|
sl@0
|
373 |
RegisterEffect
|
sl@0
|
374 |
Enable
|
sl@0
|
375 |
[End_TestCase]
|
sl@0
|
376 |
|
sl@0
|
377 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
378 |
//Optional: Title, rest of the tags
|
sl@0
|
379 |
[TestCase]
|
sl@0
|
380 |
id 1101
|
sl@0
|
381 |
Title DistanceAttenuation.Recorder.Disable.14 - Disable DistanceAttenuation
|
sl@0
|
382 |
AudioEffect DistanceAttenuation
|
sl@0
|
383 |
AssignEffect Recorder
|
sl@0
|
384 |
RegisterEffect
|
sl@0
|
385 |
Enable
|
sl@0
|
386 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
387 |
Disable
|
sl@0
|
388 |
[End_TestCase]
|
sl@0
|
389 |
|
sl@0
|
390 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
391 |
//Optional: Title, rest of the tags
|
sl@0
|
392 |
[TestCase]
|
sl@0
|
393 |
id 1101
|
sl@0
|
394 |
Title DistanceAttenuation.Recorder.DistanceAttenuation.16 - Set distance attenuation
|
sl@0
|
395 |
AudioEffect DistanceAttenuation
|
sl@0
|
396 |
AssignEffect Recorder
|
sl@0
|
397 |
RegisterEffect
|
sl@0
|
398 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
399 |
Enable
|
sl@0
|
400 |
[End_TestCase]
|
sl@0
|
401 |
|
sl@0
|
402 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
403 |
//Optional: Title, rest of the tags
|
sl@0
|
404 |
[TestCase]
|
sl@0
|
405 |
id 1101
|
sl@0
|
406 |
Title DistanceAttenuation.Recorder.ApplySettings.17 - Set distance attenuation and apply settings
|
sl@0
|
407 |
AudioEffect DistanceAttenuation
|
sl@0
|
408 |
AssignEffect Recorder
|
sl@0
|
409 |
RegisterEffect
|
sl@0
|
410 |
Enable
|
sl@0
|
411 |
DistanceAttenuation 20 300 1 150 222
|
sl@0
|
412 |
ApplySettings
|
sl@0
|
413 |
[End_TestCase]
|
sl@0
|
414 |
|
sl@0
|
415 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
416 |
//Optional: Title, rest of the tags
|
sl@0
|
417 |
[TestCase]
|
sl@0
|
418 |
id 1101
|
sl@0
|
419 |
Title DistanceAttenuation.Recorder.DisplayData.18 - Display DistanceAttenuation Data
|
sl@0
|
420 |
AudioEffect DistanceAttenuation
|
sl@0
|
421 |
AssignEffect Recorder
|
sl@0
|
422 |
RegisterEffect
|
sl@0
|
423 |
Enable
|
sl@0
|
424 |
Enforce 1
|
sl@0
|
425 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
426 |
ApplySettings
|
sl@0
|
427 |
DisplayData
|
sl@0
|
428 |
[End_TestCase]
|
sl@0
|
429 |
|
sl@0
|
430 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
431 |
//Optional: Title, rest of the tags
|
sl@0
|
432 |
[TestCase]
|
sl@0
|
433 |
id 1101
|
sl@0
|
434 |
Title DistanceAttenuation.Converter.Create.19 - Create DistanceAttenuation and assign it to Converter.
|
sl@0
|
435 |
AudioEffect DistanceAttenuation
|
sl@0
|
436 |
AssignEffect Converter
|
sl@0
|
437 |
[End_TestCase]
|
sl@0
|
438 |
|
sl@0
|
439 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
440 |
//Optional: Title, rest of the tags
|
sl@0
|
441 |
[TestCase]
|
sl@0
|
442 |
id 1101
|
sl@0
|
443 |
Title DistanceAttenuation.Converter.RegisterEffect.20 - Register DistanceAttenuation
|
sl@0
|
444 |
AudioEffect DistanceAttenuation
|
sl@0
|
445 |
AssignEffect Converter
|
sl@0
|
446 |
RegisterEffect
|
sl@0
|
447 |
[End_TestCase]
|
sl@0
|
448 |
|
sl@0
|
449 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
450 |
//Optional: Title, rest of the tags
|
sl@0
|
451 |
[TestCase]
|
sl@0
|
452 |
id 1101
|
sl@0
|
453 |
Title DistanceAttenuation.Converter.UnRegisterEffect.20 - Unregister DistanceAttenuation
|
sl@0
|
454 |
AudioEffect DistanceAttenuation
|
sl@0
|
455 |
AssignEffect Converter
|
sl@0
|
456 |
RegisterEffect
|
sl@0
|
457 |
UnRegisterEffect
|
sl@0
|
458 |
[End_TestCase]
|
sl@0
|
459 |
|
sl@0
|
460 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
461 |
//Optional: Title, rest of the tags
|
sl@0
|
462 |
[TestCase]
|
sl@0
|
463 |
id 1101
|
sl@0
|
464 |
Title DistanceAttenuation.Converter.Enable.21 - Enable DistanceAttenuation
|
sl@0
|
465 |
AudioEffect DistanceAttenuation
|
sl@0
|
466 |
AssignEffect Converter
|
sl@0
|
467 |
RegisterEffect
|
sl@0
|
468 |
Enable
|
sl@0
|
469 |
[End_TestCase]
|
sl@0
|
470 |
|
sl@0
|
471 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
472 |
//Optional: Title, rest of the tags
|
sl@0
|
473 |
[TestCase]
|
sl@0
|
474 |
id 1101
|
sl@0
|
475 |
Title DistanceAttenuation.Converter.Enforce.23 - Enforce DistanceAttenuation
|
sl@0
|
476 |
AudioEffect DistanceAttenuation
|
sl@0
|
477 |
AssignEffect Converter
|
sl@0
|
478 |
RegisterEffect
|
sl@0
|
479 |
Enable
|
sl@0
|
480 |
Enforce 1
|
sl@0
|
481 |
[End_TestCase]
|
sl@0
|
482 |
|
sl@0
|
483 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
484 |
//Optional: Title, rest of the tags
|
sl@0
|
485 |
[TestCase]
|
sl@0
|
486 |
id 1101
|
sl@0
|
487 |
Title DistanceAttenuation.Converter.DistanceAttenuation.24 - Set distance attenuation
|
sl@0
|
488 |
AudioEffect DistanceAttenuation
|
sl@0
|
489 |
AssignEffect Converter
|
sl@0
|
490 |
RegisterEffect
|
sl@0
|
491 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
492 |
Enable
|
sl@0
|
493 |
[End_TestCase]
|
sl@0
|
494 |
|
sl@0
|
495 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
496 |
//Optional: Title, rest of the tags
|
sl@0
|
497 |
[TestCase]
|
sl@0
|
498 |
id 1101
|
sl@0
|
499 |
Title DistanceAttenuation.Converter.ApplySettings.25 - Set distance attenuation and apply settings
|
sl@0
|
500 |
AudioEffect DistanceAttenuation
|
sl@0
|
501 |
AssignEffect Converter
|
sl@0
|
502 |
RegisterEffect
|
sl@0
|
503 |
Enable
|
sl@0
|
504 |
DistanceAttenuation 20 300 1 150 222
|
sl@0
|
505 |
ApplySettings
|
sl@0
|
506 |
[End_TestCase]
|
sl@0
|
507 |
|
sl@0
|
508 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
509 |
//Optional: Title, rest of the tags
|
sl@0
|
510 |
[TestCase]
|
sl@0
|
511 |
id 1101
|
sl@0
|
512 |
Title DistanceAttenuation.Converter.DisplayData.26 - Display DistanceAttenuation Data
|
sl@0
|
513 |
AudioEffect DistanceAttenuation
|
sl@0
|
514 |
AssignEffect Converter
|
sl@0
|
515 |
RegisterEffect
|
sl@0
|
516 |
Enable
|
sl@0
|
517 |
Enforce 1
|
sl@0
|
518 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
519 |
ApplySettings
|
sl@0
|
520 |
DisplayData
|
sl@0
|
521 |
[End_TestCase]
|
sl@0
|
522 |
|
sl@0
|
523 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
524 |
//Optional: Title, rest of the tags
|
sl@0
|
525 |
[TestCase]
|
sl@0
|
526 |
id 1101
|
sl@0
|
527 |
Title DistanceAttenuation.Tone.Create.27 - Create DistanceAttenuation and assign it to Tone.
|
sl@0
|
528 |
AudioEffect DistanceAttenuation
|
sl@0
|
529 |
AssignEffect Tone
|
sl@0
|
530 |
[End_TestCase]
|
sl@0
|
531 |
|
sl@0
|
532 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
533 |
//Optional: Title, rest of the tags
|
sl@0
|
534 |
[TestCase]
|
sl@0
|
535 |
id 1101
|
sl@0
|
536 |
Title DistanceAttenuation.Tone.RegisterEffect.28 - Register DistanceAttenuation
|
sl@0
|
537 |
AudioEffect DistanceAttenuation
|
sl@0
|
538 |
AssignEffect Tone
|
sl@0
|
539 |
RegisterEffect
|
sl@0
|
540 |
[End_TestCase]
|
sl@0
|
541 |
|
sl@0
|
542 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
543 |
//Optional: Title, rest of the tags
|
sl@0
|
544 |
[TestCase]
|
sl@0
|
545 |
id 1101
|
sl@0
|
546 |
Title DistanceAttenuation.Tone.UnRegisterEffect.29 - Unregister DistanceAttenuation
|
sl@0
|
547 |
AudioEffect DistanceAttenuation
|
sl@0
|
548 |
AssignEffect Tone
|
sl@0
|
549 |
RegisterEffect
|
sl@0
|
550 |
UnRegisterEffect
|
sl@0
|
551 |
[End_TestCase]
|
sl@0
|
552 |
|
sl@0
|
553 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
554 |
//Optional: Title, rest of the tags
|
sl@0
|
555 |
[TestCase]
|
sl@0
|
556 |
id 1101
|
sl@0
|
557 |
Title DistanceAttenuation.Tone.Enable.30 - Enable DistanceAttenuation
|
sl@0
|
558 |
AudioEffect DistanceAttenuation
|
sl@0
|
559 |
AssignEffect Tone
|
sl@0
|
560 |
RegisterEffect
|
sl@0
|
561 |
Enable
|
sl@0
|
562 |
[End_TestCase]
|
sl@0
|
563 |
|
sl@0
|
564 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
565 |
//Optional: Title, rest of the tags
|
sl@0
|
566 |
[TestCase]
|
sl@0
|
567 |
id 1101
|
sl@0
|
568 |
Title DistanceAttenuation.Tone.Disable.31 - Disable DistanceAttenuation
|
sl@0
|
569 |
AudioEffect DistanceAttenuation
|
sl@0
|
570 |
AssignEffect Tone
|
sl@0
|
571 |
RegisterEffect
|
sl@0
|
572 |
Enable
|
sl@0
|
573 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
574 |
Disable
|
sl@0
|
575 |
[End_TestCase]
|
sl@0
|
576 |
|
sl@0
|
577 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
578 |
//Optional: Title, rest of the tags
|
sl@0
|
579 |
[TestCase]
|
sl@0
|
580 |
id 1101
|
sl@0
|
581 |
Title DistanceAttenuation.Tone.DistanceAttenuation.33 - Set distance attenuation
|
sl@0
|
582 |
AudioEffect DistanceAttenuation
|
sl@0
|
583 |
AssignEffect Tone
|
sl@0
|
584 |
RegisterEffect
|
sl@0
|
585 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
586 |
Enable
|
sl@0
|
587 |
[End_TestCase]
|
sl@0
|
588 |
|
sl@0
|
589 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
590 |
//Optional: Title, rest of the tags
|
sl@0
|
591 |
[TestCase]
|
sl@0
|
592 |
id 1101
|
sl@0
|
593 |
Title DistanceAttenuation.Tone.ApplySettings.34 - Set distance attenuation and apply settings
|
sl@0
|
594 |
AudioEffect DistanceAttenuation
|
sl@0
|
595 |
AssignEffect Tone
|
sl@0
|
596 |
RegisterEffect
|
sl@0
|
597 |
Enable
|
sl@0
|
598 |
DistanceAttenuation 20 300 1 150 222
|
sl@0
|
599 |
ApplySettings
|
sl@0
|
600 |
[End_TestCase]
|
sl@0
|
601 |
|
sl@0
|
602 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
603 |
//Optional: Title, rest of the tags
|
sl@0
|
604 |
[TestCase]
|
sl@0
|
605 |
id 1101
|
sl@0
|
606 |
Title DistanceAttenuation.Tone.DisplayData.35 - Display DistanceAttenuation Data
|
sl@0
|
607 |
AudioEffect DistanceAttenuation
|
sl@0
|
608 |
AssignEffect Tone
|
sl@0
|
609 |
RegisterEffect
|
sl@0
|
610 |
Enable
|
sl@0
|
611 |
Enforce 1
|
sl@0
|
612 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
613 |
ApplySettings
|
sl@0
|
614 |
DisplayData
|
sl@0
|
615 |
[End_TestCase]
|
sl@0
|
616 |
|
sl@0
|
617 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
618 |
//Optional: Title, rest of the tags
|
sl@0
|
619 |
[TestCase]
|
sl@0
|
620 |
id 1101
|
sl@0
|
621 |
Title DistanceAttenuation.DevSound.Create.36 - Create DistanceAttenuation and assign it to DevSound.
|
sl@0
|
622 |
AudioEffect DistanceAttenuation
|
sl@0
|
623 |
AssignEffect DevSound
|
sl@0
|
624 |
[End_TestCase]
|
sl@0
|
625 |
|
sl@0
|
626 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
627 |
//Optional: Title, rest of the tags
|
sl@0
|
628 |
[TestCase]
|
sl@0
|
629 |
id 1101
|
sl@0
|
630 |
Title DistanceAttenuation.DevSound.RegisterEffect.37 - Register DistanceAttenuation
|
sl@0
|
631 |
AudioEffect DistanceAttenuation
|
sl@0
|
632 |
AssignEffect DevSound
|
sl@0
|
633 |
RegisterEffect
|
sl@0
|
634 |
[End_TestCase]
|
sl@0
|
635 |
|
sl@0
|
636 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
637 |
//Optional: Title, rest of the tags
|
sl@0
|
638 |
[TestCase]
|
sl@0
|
639 |
id 1101
|
sl@0
|
640 |
Title DistanceAttenuation.DevSound.UnRegisterEffect.38 - Unregister DistanceAttenuation
|
sl@0
|
641 |
AudioEffect DistanceAttenuation
|
sl@0
|
642 |
AssignEffect DevSound
|
sl@0
|
643 |
RegisterEffect
|
sl@0
|
644 |
UnRegisterEffect
|
sl@0
|
645 |
[End_TestCase]
|
sl@0
|
646 |
|
sl@0
|
647 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
648 |
//Optional: Title, rest of the tags
|
sl@0
|
649 |
[TestCase]
|
sl@0
|
650 |
id 1101
|
sl@0
|
651 |
Title DistanceAttenuation.DevSound.Disable.40 - Disable DistanceAttenuation
|
sl@0
|
652 |
AudioEffect DistanceAttenuation
|
sl@0
|
653 |
AssignEffect DevSound
|
sl@0
|
654 |
RegisterEffect
|
sl@0
|
655 |
Enable
|
sl@0
|
656 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
657 |
Disable
|
sl@0
|
658 |
[End_TestCase]
|
sl@0
|
659 |
|
sl@0
|
660 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
661 |
//Optional: Title, rest of the tags
|
sl@0
|
662 |
[TestCase]
|
sl@0
|
663 |
id 1101
|
sl@0
|
664 |
Title DistanceAttenuation.DevSound.Enforce.41 - Enforce DistanceAttenuation
|
sl@0
|
665 |
AudioEffect DistanceAttenuation
|
sl@0
|
666 |
AssignEffect DevSound
|
sl@0
|
667 |
RegisterEffect
|
sl@0
|
668 |
Enable
|
sl@0
|
669 |
Enforce 1
|
sl@0
|
670 |
[End_TestCase]
|
sl@0
|
671 |
|
sl@0
|
672 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
673 |
//Optional: Title, rest of the tags
|
sl@0
|
674 |
[TestCase]
|
sl@0
|
675 |
id 1101
|
sl@0
|
676 |
Title DistanceAttenuation.DevSound.DistanceAttenuation.42 - Set distance attenuation
|
sl@0
|
677 |
AudioEffect DistanceAttenuation
|
sl@0
|
678 |
AssignEffect DevSound
|
sl@0
|
679 |
RegisterEffect
|
sl@0
|
680 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
681 |
Enable
|
sl@0
|
682 |
[End_TestCase]
|
sl@0
|
683 |
|
sl@0
|
684 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
685 |
//Optional: Title, rest of the tags
|
sl@0
|
686 |
[TestCase]
|
sl@0
|
687 |
id 1101
|
sl@0
|
688 |
Title DistanceAttenuation.DevSound.ApplySettings.43 - Set distance attenuation and apply settings
|
sl@0
|
689 |
AudioEffect DistanceAttenuation
|
sl@0
|
690 |
AssignEffect DevSound
|
sl@0
|
691 |
RegisterEffect
|
sl@0
|
692 |
Enable
|
sl@0
|
693 |
DistanceAttenuation 20 300 1 150 222
|
sl@0
|
694 |
ApplySettings
|
sl@0
|
695 |
[End_TestCase]
|
sl@0
|
696 |
|
sl@0
|
697 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
698 |
//Optional: Title, rest of the tags
|
sl@0
|
699 |
[TestCase]
|
sl@0
|
700 |
id 1101
|
sl@0
|
701 |
Title DistanceAttenuation.CustomCommand.DisplayData.44 - Display DistanceAttenuation Data
|
sl@0
|
702 |
AudioEffect DistanceAttenuation
|
sl@0
|
703 |
AssignEffect CustomCommand
|
sl@0
|
704 |
RegisterEffect
|
sl@0
|
705 |
Enable
|
sl@0
|
706 |
Enforce 1
|
sl@0
|
707 |
DistanceAttenuation 20 300 0 150 222
|
sl@0
|
708 |
ApplySettings
|
sl@0
|
709 |
DisplayData
|
sl@0
|
710 |
[End_TestCase]
|
sl@0
|
711 |
|
sl@0
|
712 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
713 |
//Optional: Title, rest of the tags
|
sl@0
|
714 |
[TestCase]
|
sl@0
|
715 |
id 1101
|
sl@0
|
716 |
Title DistanceAttenuation.CustomCommand.Create.45 - Create DistanceAttenuation and assign it to CustomCommand.
|
sl@0
|
717 |
AudioEffect DistanceAttenuation
|
sl@0
|
718 |
AssignEffect CustomCommand
|
sl@0
|
719 |
[End_TestCase]
|
sl@0
|
720 |
|
sl@0
|
721 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
722 |
//Optional: Title, rest of the tags
|
sl@0
|
723 |
[TestCase]
|
sl@0
|
724 |
id 1101
|
sl@0
|
725 |
Title DistanceAttenuation.CustomInterface.Create.54 - Create DistanceAttenuation and assign it to CustomInterface.
|
sl@0
|
726 |
AudioEffect DistanceAttenuation
|
sl@0
|
727 |
AssignEffect CustomInterface
|
sl@0
|
728 |
[End_TestCase]
|
sl@0
|
729 |
|
sl@0
|
730 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
731 |
//Optional: Title, rest of the tags
|
sl@0
|
732 |
[TestCase]
|
sl@0
|
733 |
id 1101
|
sl@0
|
734 |
Title DistanceAttenuation.InputStream.Create.63 - Create DistanceAttenuation and assign it to InputStream.
|
sl@0
|
735 |
AudioEffect DistanceAttenuation
|
sl@0
|
736 |
AssignEffect InputStream
|
sl@0
|
737 |
[End_TestCase]
|
sl@0
|
738 |
|
sl@0
|
739 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
740 |
//Optional: Title, rest of the tags
|
sl@0
|
741 |
[TestCase]
|
sl@0
|
742 |
id 1101
|
sl@0
|
743 |
Title DistanceAttenuation.OutputStream.Create.72 - Create DistanceAttenuation and assign it to OutputStream.
|
sl@0
|
744 |
AudioEffect DistanceAttenuation
|
sl@0
|
745 |
AssignEffect OutputStream
|
sl@0
|
746 |
[End_TestCase]
|
sl@0
|
747 |
|
sl@0
|
748 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
749 |
//Optional: Title, rest of the tags
|
sl@0
|
750 |
[TestCase]
|
sl@0
|
751 |
id 1101
|
sl@0
|
752 |
Title DistanceAttenuation.MidiClient.Create.63 - Create DistanceAttenuation and assign it to MidiClient.
|
sl@0
|
753 |
AudioEffect DistanceAttenuation
|
sl@0
|
754 |
AssignEffect MidiClient
|
sl@0
|
755 |
[End_TestCase]
|
sl@0
|
756 |
|
sl@0
|
757 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
758 |
//Optional: Title, rest of the tags
|
sl@0
|
759 |
[TestCase]
|
sl@0
|
760 |
id 1101
|
sl@0
|
761 |
Title DistanceAttenuation.DrmPlayer.Create.72 - Create DistanceAttenuation and assign it to DrmPlayer.
|
sl@0
|
762 |
AudioEffect DistanceAttenuation
|
sl@0
|
763 |
AssignEffect DrmPlayer
|
sl@0
|
764 |
[End_TestCase]
|
sl@0
|
765 |
|
sl@0
|
766 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
767 |
//Optional: Title, rest of the tags
|
sl@0
|
768 |
[TestCase]
|
sl@0
|
769 |
id 1101
|
sl@0
|
770 |
Title DistanceAttenuation.VideoPlayer.Create.72 - Create DistanceAttenuation and assign it to VideoPlayer.
|
sl@0
|
771 |
AudioEffect DistanceAttenuation
|
sl@0
|
772 |
AssignEffect VideoPlayer
|
sl@0
|
773 |
[End_TestCase]
|
sl@0
|
774 |
|
sl@0
|
775 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
776 |
# specify whether they are required or optional.
|
sl@0
|
777 |
#
|
sl@0
|
778 |
# TAGS:
|
sl@0
|
779 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
780 |
# Title - Text to identify the test case and describe it
|
sl@0
|
781 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
782 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
783 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
784 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
785 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer, VideoPlayer
|
sl@0
|
786 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
787 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
788 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
789 |
# Enable - Enable Audio Effect
|
sl@0
|
790 |
# Disable - Disable Audio Effect
|
sl@0
|
791 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
792 |
# DisplayData - Display Audio Effect info
|
sl@0
|
793 |
# DecayHFRatio - The decay high frequency ratio in hundredths (Uint DecayHFRatio: 10 to 200).
|
sl@0
|
794 |
# DecayTime - The decay time in milliseconds (Uint DecayTime: 100 to 20000).
|
sl@0
|
795 |
# Density - The density value as percentage in hundredths (Uint Density).
|
sl@0
|
796 |
# Diffusion - The diffusion value as a percentage in hundredths (Uint Diffusion).
|
sl@0
|
797 |
# ReflectionsDelay - The reflection delay in milliseconds (Uint RefectionsDelay: 0 to 60).
|
sl@0
|
798 |
# ReflectionsLevel - The reflection level in mB (Int RefectionsLevel: -10000 to 10000).
|
sl@0
|
799 |
# ReverbDelay - The reverb delay in milliseconds (Uint ReverbDelay: 0 to 60).
|
sl@0
|
800 |
# ReverbLevel - The reverb level in mB (Int ReverbLevel: -10000 to 2000).
|
sl@0
|
801 |
# RoomHFLevel - The room high frequency ratio in mB (Int RoomHFLevel: -10000 to 0).
|
sl@0
|
802 |
# RoomLevel - The room level in mB (Int RoomLevel: -10000 to 0).
|
sl@0
|
803 |
|
sl@0
|
804 |
|
sl@0
|
805 |
|
sl@0
|
806 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
807 |
//Optional: Title, rest of the tags
|
sl@0
|
808 |
[TestCase]
|
sl@0
|
809 |
id 1101
|
sl@0
|
810 |
Title EnvironmantalReverb.Independent.Create.00 - Create EnvironmantalReverb and assign it to Independent.
|
sl@0
|
811 |
AudioEffect EnvironmantalReverb
|
sl@0
|
812 |
AssignEffect Independent
|
sl@0
|
813 |
[End_TestCase]
|
sl@0
|
814 |
|
sl@0
|
815 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
816 |
//Optional: Title, rest of the tags
|
sl@0
|
817 |
[TestCase]
|
sl@0
|
818 |
id 1101
|
sl@0
|
819 |
Title EnvironmantalReverb.Player.Create.01 - Create EnvironmantalReverb and assign it to Player.
|
sl@0
|
820 |
AudioEffect EnvironmantalReverb
|
sl@0
|
821 |
AssignEffect Player
|
sl@0
|
822 |
[End_TestCase]
|
sl@0
|
823 |
|
sl@0
|
824 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
825 |
//Optional: Title, rest of the tags
|
sl@0
|
826 |
[TestCase]
|
sl@0
|
827 |
id 1101
|
sl@0
|
828 |
Title EnvironmantalReverb.Recorder.Create.02 - Create EnvironmantalReverb and assign it to Recorder.
|
sl@0
|
829 |
AudioEffect EnvironmantalReverb
|
sl@0
|
830 |
AssignEffect Recorder
|
sl@0
|
831 |
[End_TestCase]
|
sl@0
|
832 |
|
sl@0
|
833 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
834 |
//Optional: Title, rest of the tags
|
sl@0
|
835 |
[TestCase]
|
sl@0
|
836 |
id 1101
|
sl@0
|
837 |
Title EnvironmantalReverb.Converter.Create.03 - Create EnvironmantalReverb and assign it to Converter.
|
sl@0
|
838 |
AudioEffect EnvironmantalReverb
|
sl@0
|
839 |
AssignEffect Converter
|
sl@0
|
840 |
[End_TestCase]
|
sl@0
|
841 |
|
sl@0
|
842 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
843 |
//Optional: Title, rest of the tags
|
sl@0
|
844 |
[TestCase]
|
sl@0
|
845 |
id 1101
|
sl@0
|
846 |
Title EnvironmantalReverb.Tone.Create.04 - Create EnvironmantalReverb and assign it to Tone.
|
sl@0
|
847 |
AudioEffect EnvironmantalReverb
|
sl@0
|
848 |
AssignEffect Tone
|
sl@0
|
849 |
[End_TestCase]
|
sl@0
|
850 |
|
sl@0
|
851 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
852 |
//Optional: Title, rest of the tags
|
sl@0
|
853 |
[TestCase]
|
sl@0
|
854 |
id 1101
|
sl@0
|
855 |
Title EnvironmantalReverb.DevSound.Create.05 - Create EnvironmantalReverb and assign it to DevSound.
|
sl@0
|
856 |
AudioEffect EnvironmantalReverb
|
sl@0
|
857 |
AssignEffect DevSound
|
sl@0
|
858 |
[End_TestCase]
|
sl@0
|
859 |
|
sl@0
|
860 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
861 |
//Optional: Title, rest of the tags
|
sl@0
|
862 |
[TestCase]
|
sl@0
|
863 |
id 1101
|
sl@0
|
864 |
Title EnvironmantalReverb.CustomCommand.Create.06 - Create EnvironmantalReverb and assign it to CustomCommand.
|
sl@0
|
865 |
AudioEffect EnvironmantalReverb
|
sl@0
|
866 |
AssignEffect CustomCommand
|
sl@0
|
867 |
[End_TestCase]
|
sl@0
|
868 |
|
sl@0
|
869 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
870 |
//Optional: Title, rest of the tags
|
sl@0
|
871 |
[TestCase]
|
sl@0
|
872 |
id 1101
|
sl@0
|
873 |
Title EnvironmantalReverb.CustomInterface.Create.07 - Create EnvironmantalReverb and assign it to CustomInterface.
|
sl@0
|
874 |
AudioEffect EnvironmantalReverb
|
sl@0
|
875 |
AssignEffect CustomInterface
|
sl@0
|
876 |
[End_TestCase]
|
sl@0
|
877 |
|
sl@0
|
878 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
879 |
//Optional: Title, rest of the tags
|
sl@0
|
880 |
[TestCase]
|
sl@0
|
881 |
id 1101
|
sl@0
|
882 |
Title EnvironmantalReverb.InputStream.Create.08 - Create EnvironmantalReverb and assign it to InputStream.
|
sl@0
|
883 |
AudioEffect EnvironmantalReverb
|
sl@0
|
884 |
AssignEffect InputStream
|
sl@0
|
885 |
[End_TestCase]
|
sl@0
|
886 |
|
sl@0
|
887 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
888 |
//Optional: Title, rest of the tags
|
sl@0
|
889 |
[TestCase]
|
sl@0
|
890 |
id 1101
|
sl@0
|
891 |
Title EnvironmantalReverb.OutputStream.Create.09 - Create EnvironmantalReverb and assign it to OutputStream.
|
sl@0
|
892 |
AudioEffect EnvironmantalReverb
|
sl@0
|
893 |
AssignEffect OutputStream
|
sl@0
|
894 |
[End_TestCase]
|
sl@0
|
895 |
|
sl@0
|
896 |
|
sl@0
|
897 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
898 |
//Optional: Title, rest of the tags
|
sl@0
|
899 |
[TestCase]
|
sl@0
|
900 |
id 1101
|
sl@0
|
901 |
Title EnvironmantalReverb.MidiClient.Create.10 - Create EnvironmantalReverb and assign it to MidiClient.
|
sl@0
|
902 |
AudioEffect EnvironmantalReverb
|
sl@0
|
903 |
AssignEffect MidiClient
|
sl@0
|
904 |
[End_TestCase]
|
sl@0
|
905 |
|
sl@0
|
906 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
907 |
//Optional: Title, rest of the tags
|
sl@0
|
908 |
[TestCase]
|
sl@0
|
909 |
id 1101
|
sl@0
|
910 |
Title EnvironmantalReverb.DrmPlayer.Create.11 - Create EnvironmantalReverb and assign it to DrmPlayer.
|
sl@0
|
911 |
AudioEffect EnvironmantalReverb
|
sl@0
|
912 |
AssignEffect DrmPlayer
|
sl@0
|
913 |
[End_TestCase]
|
sl@0
|
914 |
|
sl@0
|
915 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
916 |
//Optional: Title, rest of the tags
|
sl@0
|
917 |
[TestCase]
|
sl@0
|
918 |
id 1101
|
sl@0
|
919 |
Title EnvironmantalReverb.VideoPlayer.Create.12 - Create EnvironmantalReverb and assign it to VideoPlayer.
|
sl@0
|
920 |
AudioEffect EnvironmantalReverb
|
sl@0
|
921 |
AssignEffect VideoPlayer
|
sl@0
|
922 |
[End_TestCase]
|
sl@0
|
923 |
|
sl@0
|
924 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
925 |
//Optional: Title, rest of the tags
|
sl@0
|
926 |
[TestCase]
|
sl@0
|
927 |
id 1101
|
sl@0
|
928 |
Title EnvironmantalReverb.Player.Create.13 - Create EnvironmantalReverb and assign it to Player.
|
sl@0
|
929 |
AudioEffect EnvironmantalReverb
|
sl@0
|
930 |
AssignEffect Player
|
sl@0
|
931 |
[End_TestCase]
|
sl@0
|
932 |
|
sl@0
|
933 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
934 |
//Optional: Title, rest of the tags
|
sl@0
|
935 |
[TestCase]
|
sl@0
|
936 |
id 1101
|
sl@0
|
937 |
Title EnvironmantalReverb.PLAYER.RegisterEffect.20 - Register EnvironmantalReverb
|
sl@0
|
938 |
AudioEffect EnvironmantalReverb
|
sl@0
|
939 |
AssignEffect Player
|
sl@0
|
940 |
RegisterEffect
|
sl@0
|
941 |
[End_TestCase]
|
sl@0
|
942 |
|
sl@0
|
943 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
944 |
//Optional: Title, rest of the tags
|
sl@0
|
945 |
[TestCase]
|
sl@0
|
946 |
id 1101
|
sl@0
|
947 |
Title EnvironmantalReverb.Player.UnRegisterEffect.21 - Unregister EnvironmantalReverb
|
sl@0
|
948 |
AudioEffect EnvironmantalReverb
|
sl@0
|
949 |
AssignEffect Player
|
sl@0
|
950 |
RegisterEffect
|
sl@0
|
951 |
UnRegisterEffect
|
sl@0
|
952 |
[End_TestCase]
|
sl@0
|
953 |
|
sl@0
|
954 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
955 |
//Optional: Title, rest of the tags
|
sl@0
|
956 |
[TestCase]
|
sl@0
|
957 |
id 1101
|
sl@0
|
958 |
Title EnvironmantalReverb.Player.Enable.22 - Enable EnvironmantalReverb
|
sl@0
|
959 |
AudioEffect EnvironmantalReverb
|
sl@0
|
960 |
AssignEffect Player
|
sl@0
|
961 |
RegisterEffect
|
sl@0
|
962 |
Enable
|
sl@0
|
963 |
[End_TestCase]
|
sl@0
|
964 |
|
sl@0
|
965 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
966 |
//Optional: Title, rest of the tags
|
sl@0
|
967 |
[TestCase]
|
sl@0
|
968 |
id 1101
|
sl@0
|
969 |
Title EnvironmantalReverb.Player.Disable.23 - Disable EnvironmantalReverb
|
sl@0
|
970 |
AudioEffect EnvironmantalReverb
|
sl@0
|
971 |
AssignEffect Player
|
sl@0
|
972 |
RegisterEffect
|
sl@0
|
973 |
Enable
|
sl@0
|
974 |
DecayTime 333
|
sl@0
|
975 |
Disable
|
sl@0
|
976 |
[End_TestCase]
|
sl@0
|
977 |
|
sl@0
|
978 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
979 |
//Optional: Title, rest of the tags
|
sl@0
|
980 |
[TestCase]
|
sl@0
|
981 |
id 1101
|
sl@0
|
982 |
Title EnvironmantalReverb.Player.Enforce.24 - Enforce EnvironmantalReverb
|
sl@0
|
983 |
AudioEffect EnvironmantalReverb
|
sl@0
|
984 |
AssignEffect Player
|
sl@0
|
985 |
RegisterEffect
|
sl@0
|
986 |
Enable
|
sl@0
|
987 |
Enforce 1
|
sl@0
|
988 |
[End_TestCase]
|
sl@0
|
989 |
|
sl@0
|
990 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
991 |
//Optional: Title, rest of the tags
|
sl@0
|
992 |
[TestCase]
|
sl@0
|
993 |
id 1101
|
sl@0
|
994 |
Title EnvironmantalReverb.Player.DecayHFRatio.25 - Set DecayHFRatio
|
sl@0
|
995 |
AudioEffect EnvironmantalReverb
|
sl@0
|
996 |
AssignEffect Player
|
sl@0
|
997 |
RegisterEffect
|
sl@0
|
998 |
DecayHFRatio 200
|
sl@0
|
999 |
Enable
|
sl@0
|
1000 |
[End_TestCase]
|
sl@0
|
1001 |
|
sl@0
|
1002 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1003 |
//Optional: Title, rest of the tags
|
sl@0
|
1004 |
[TestCase]
|
sl@0
|
1005 |
id 1101
|
sl@0
|
1006 |
Title EnvironmantalReverb.Player.DecayTime.26 - Set DecayTime
|
sl@0
|
1007 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1008 |
AssignEffect Player
|
sl@0
|
1009 |
RegisterEffect
|
sl@0
|
1010 |
DecayTime 764
|
sl@0
|
1011 |
Enable
|
sl@0
|
1012 |
[End_TestCase]
|
sl@0
|
1013 |
|
sl@0
|
1014 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1015 |
//Optional: Title, rest of the tags
|
sl@0
|
1016 |
[TestCase]
|
sl@0
|
1017 |
id 1101
|
sl@0
|
1018 |
Title EnvironmantalReverb.Player.Density.27 - Set Density
|
sl@0
|
1019 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1020 |
AssignEffect Player
|
sl@0
|
1021 |
RegisterEffect
|
sl@0
|
1022 |
Density 40
|
sl@0
|
1023 |
Enable
|
sl@0
|
1024 |
[End_TestCase]
|
sl@0
|
1025 |
|
sl@0
|
1026 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1027 |
//Optional: Title, rest of the tags
|
sl@0
|
1028 |
[TestCase]
|
sl@0
|
1029 |
id 1101
|
sl@0
|
1030 |
Title EnvironmantalReverb.Player.Diffusion.28 - Set Diffusion
|
sl@0
|
1031 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1032 |
AssignEffect Player
|
sl@0
|
1033 |
RegisterEffect
|
sl@0
|
1034 |
Diffusion 50
|
sl@0
|
1035 |
Enable
|
sl@0
|
1036 |
[End_TestCase]
|
sl@0
|
1037 |
|
sl@0
|
1038 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1039 |
//Optional: Title, rest of the tags
|
sl@0
|
1040 |
[TestCase]
|
sl@0
|
1041 |
id 1101
|
sl@0
|
1042 |
Title EnvironmantalReverb.Player.ReflectionsDelay.29 - Set ReflectionsDelay
|
sl@0
|
1043 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1044 |
AssignEffect Player
|
sl@0
|
1045 |
RegisterEffect
|
sl@0
|
1046 |
ReflectionsDelay 60
|
sl@0
|
1047 |
Enable
|
sl@0
|
1048 |
[End_TestCase]
|
sl@0
|
1049 |
|
sl@0
|
1050 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1051 |
//Optional: Title, rest of the tags
|
sl@0
|
1052 |
[TestCase]
|
sl@0
|
1053 |
id 1101
|
sl@0
|
1054 |
Title EnvironmantalReverb.Player.ReflectionsLevel.30 - Set ReflectionsLevel
|
sl@0
|
1055 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1056 |
AssignEffect Player
|
sl@0
|
1057 |
RegisterEffect
|
sl@0
|
1058 |
ReflectionsLevel 70
|
sl@0
|
1059 |
Enable
|
sl@0
|
1060 |
[End_TestCase]
|
sl@0
|
1061 |
|
sl@0
|
1062 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1063 |
//Optional: Title, rest of the tags
|
sl@0
|
1064 |
[TestCase]
|
sl@0
|
1065 |
id 1101
|
sl@0
|
1066 |
Title EnvironmantalReverb.Player.ReverbDelay.31 - Set ReverbDelay
|
sl@0
|
1067 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1068 |
AssignEffect Player
|
sl@0
|
1069 |
RegisterEffect
|
sl@0
|
1070 |
ReverbDelay 60
|
sl@0
|
1071 |
Enable
|
sl@0
|
1072 |
[End_TestCase]
|
sl@0
|
1073 |
|
sl@0
|
1074 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1075 |
//Optional: Title, rest of the tags
|
sl@0
|
1076 |
[TestCase]
|
sl@0
|
1077 |
id 1101
|
sl@0
|
1078 |
Title EnvironmantalReverb.Player.ReverbLevel.32 - Set ReverbLevel
|
sl@0
|
1079 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1080 |
AssignEffect Player
|
sl@0
|
1081 |
RegisterEffect
|
sl@0
|
1082 |
ReverbLevel 90
|
sl@0
|
1083 |
Enable
|
sl@0
|
1084 |
[End_TestCase]
|
sl@0
|
1085 |
|
sl@0
|
1086 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1087 |
//Optional: Title, rest of the tags
|
sl@0
|
1088 |
[TestCase]
|
sl@0
|
1089 |
id 1101
|
sl@0
|
1090 |
Title EnvironmantalReverb.Player.RoomHFLevel.33 - Set RoomHFLevel
|
sl@0
|
1091 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1092 |
AssignEffect Player
|
sl@0
|
1093 |
RegisterEffect
|
sl@0
|
1094 |
RoomHFLevel -175
|
sl@0
|
1095 |
Enable
|
sl@0
|
1096 |
[End_TestCase]
|
sl@0
|
1097 |
|
sl@0
|
1098 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1099 |
//Optional: Title, rest of the tags
|
sl@0
|
1100 |
[TestCase]
|
sl@0
|
1101 |
id 1101
|
sl@0
|
1102 |
Title EnvironmantalReverb.Player.RoomLevel.34 - Set RoomLevel
|
sl@0
|
1103 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1104 |
AssignEffect Player
|
sl@0
|
1105 |
RegisterEffect
|
sl@0
|
1106 |
RoomLevel -10000
|
sl@0
|
1107 |
Enable
|
sl@0
|
1108 |
[End_TestCase]
|
sl@0
|
1109 |
|
sl@0
|
1110 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1111 |
//Optional: Title, rest of the tags
|
sl@0
|
1112 |
[TestCase]
|
sl@0
|
1113 |
id 1101
|
sl@0
|
1114 |
Title EnvironmantalReverb.Player.ApplySettings.35 - Apply settings
|
sl@0
|
1115 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1116 |
AssignEffect Player
|
sl@0
|
1117 |
RegisterEffect
|
sl@0
|
1118 |
Enable
|
sl@0
|
1119 |
DecayHFRatio 10
|
sl@0
|
1120 |
DecayTime 3988
|
sl@0
|
1121 |
Density 44
|
sl@0
|
1122 |
Diffusion 55
|
sl@0
|
1123 |
ReflectionsDelay 0
|
sl@0
|
1124 |
ReflectionsLevel 77
|
sl@0
|
1125 |
ReverbDelay 0
|
sl@0
|
1126 |
ReverbLevel 99
|
sl@0
|
1127 |
RoomHFLevel -173
|
sl@0
|
1128 |
RoomLevel 0
|
sl@0
|
1129 |
ApplySettings
|
sl@0
|
1130 |
[End_TestCase]
|
sl@0
|
1131 |
|
sl@0
|
1132 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1133 |
//Optional: Title, rest of the tags
|
sl@0
|
1134 |
[TestCase]
|
sl@0
|
1135 |
id 1101
|
sl@0
|
1136 |
Title EnvironmantalReverb.Player.DisplayData.36 - Display EnvironmantalReverb Data
|
sl@0
|
1137 |
AudioEffect EnvironmantalReverb
|
sl@0
|
1138 |
AssignEffect Player
|
sl@0
|
1139 |
RegisterEffect
|
sl@0
|
1140 |
Enable
|
sl@0
|
1141 |
Enforce 1
|
sl@0
|
1142 |
DecayHFRatio 20
|
sl@0
|
1143 |
DecayTime 1111
|
sl@0
|
1144 |
Density 44
|
sl@0
|
1145 |
Diffusion 55
|
sl@0
|
1146 |
ReflectionsDelay 3
|
sl@0
|
1147 |
ReflectionsLevel 77
|
sl@0
|
1148 |
ReverbDelay 30
|
sl@0
|
1149 |
ReverbLevel 99
|
sl@0
|
1150 |
RoomHFLevel -173
|
sl@0
|
1151 |
RoomLevel -168
|
sl@0
|
1152 |
ApplySettings
|
sl@0
|
1153 |
DisplayData
|
sl@0
|
1154 |
[End_TestCase]
|
sl@0
|
1155 |
|
sl@0
|
1156 |
|
sl@0
|
1157 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
1158 |
# specify whether they are required or optional.
|
sl@0
|
1159 |
#
|
sl@0
|
1160 |
# TAGS:
|
sl@0
|
1161 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
1162 |
# Title - Text to identify the test case and describe it
|
sl@0
|
1163 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
1164 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
1165 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
1166 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
1167 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
1168 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
1169 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
1170 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
1171 |
# Enable - Enable Audio Effect
|
sl@0
|
1172 |
# Disable - Disable Audio Effect
|
sl@0
|
1173 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
1174 |
# DisplayData - Display Audio Effect info
|
sl@0
|
1175 |
# BandIdLevel - Set Band Id and Band Level. (Int BandID, Int BandLevel).
|
sl@0
|
1176 |
# BandID - The frequency band (1 to 5).
|
sl@0
|
1177 |
# BandLevel - The band level in dB (-1500 to 1500).
|
sl@0
|
1178 |
|
sl@0
|
1179 |
|
sl@0
|
1180 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1181 |
//Optional: Title, rest of the tags
|
sl@0
|
1182 |
[TestCase]
|
sl@0
|
1183 |
id 1101
|
sl@0
|
1184 |
Title Equalizer.Independent.Create.1 - Create Equalizer and assign it to Independent.
|
sl@0
|
1185 |
AudioEffect Equalizer
|
sl@0
|
1186 |
AssignEffect Independent
|
sl@0
|
1187 |
[End_TestCase]
|
sl@0
|
1188 |
|
sl@0
|
1189 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1190 |
//Optional: Title, rest of the tags
|
sl@0
|
1191 |
[TestCase]
|
sl@0
|
1192 |
id 1101
|
sl@0
|
1193 |
Title Equalizer.Player.Create.10 - Create Equalizer and assign it to Player.
|
sl@0
|
1194 |
AudioEffect Equalizer
|
sl@0
|
1195 |
AssignEffect Player
|
sl@0
|
1196 |
[End_TestCase]
|
sl@0
|
1197 |
|
sl@0
|
1198 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1199 |
//Optional: Title, rest of the tags
|
sl@0
|
1200 |
[TestCase]
|
sl@0
|
1201 |
id 1101
|
sl@0
|
1202 |
Title Equalizer.PLAYER.RegisterEffect.11 - Register Equalizer
|
sl@0
|
1203 |
AudioEffect Equalizer
|
sl@0
|
1204 |
AssignEffect Player
|
sl@0
|
1205 |
RegisterEffect
|
sl@0
|
1206 |
[End_TestCase]
|
sl@0
|
1207 |
|
sl@0
|
1208 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1209 |
//Optional: Title, rest of the tags
|
sl@0
|
1210 |
[TestCase]
|
sl@0
|
1211 |
id 1101
|
sl@0
|
1212 |
Title Equalizer.Player.UnRegisterEffect.12 - Unregister Equalizer
|
sl@0
|
1213 |
AudioEffect Equalizer
|
sl@0
|
1214 |
AssignEffect Player
|
sl@0
|
1215 |
RegisterEffect
|
sl@0
|
1216 |
UnRegisterEffect
|
sl@0
|
1217 |
[End_TestCase]
|
sl@0
|
1218 |
|
sl@0
|
1219 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1220 |
//Optional: Title, rest of the tags
|
sl@0
|
1221 |
[TestCase]
|
sl@0
|
1222 |
id 1101
|
sl@0
|
1223 |
Title Equalizer.Player.Disable.14 - Disable Equalizer
|
sl@0
|
1224 |
AudioEffect Equalizer
|
sl@0
|
1225 |
AssignEffect Player
|
sl@0
|
1226 |
RegisterEffect
|
sl@0
|
1227 |
Enable
|
sl@0
|
1228 |
BandIdLevel 2 32
|
sl@0
|
1229 |
Disable
|
sl@0
|
1230 |
[End_TestCase]
|
sl@0
|
1231 |
|
sl@0
|
1232 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1233 |
//Optional: Title, rest of the tags
|
sl@0
|
1234 |
[TestCase]
|
sl@0
|
1235 |
id 1101
|
sl@0
|
1236 |
Title Equalizer.Player.Enforce.15 - Enforce Equalizer
|
sl@0
|
1237 |
AudioEffect Equalizer
|
sl@0
|
1238 |
AssignEffect Player
|
sl@0
|
1239 |
RegisterEffect
|
sl@0
|
1240 |
Enable
|
sl@0
|
1241 |
Enforce 1
|
sl@0
|
1242 |
[End_TestCase]
|
sl@0
|
1243 |
|
sl@0
|
1244 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1245 |
//Optional: Title, rest of the tags
|
sl@0
|
1246 |
[TestCase]
|
sl@0
|
1247 |
id 1101
|
sl@0
|
1248 |
Title Equalizer.Player.BandIdLevel.16 - Set band Id and level
|
sl@0
|
1249 |
AudioEffect Equalizer
|
sl@0
|
1250 |
AssignEffect Player
|
sl@0
|
1251 |
RegisterEffect
|
sl@0
|
1252 |
BandIdLevel 3 44
|
sl@0
|
1253 |
Enable
|
sl@0
|
1254 |
[End_TestCase]
|
sl@0
|
1255 |
|
sl@0
|
1256 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1257 |
//Optional: Title, rest of the tags
|
sl@0
|
1258 |
[TestCase]
|
sl@0
|
1259 |
id 1101
|
sl@0
|
1260 |
Title Equalizer.Player.ApplySettings.17 - Set band Id and level and apply settings
|
sl@0
|
1261 |
AudioEffect Equalizer
|
sl@0
|
1262 |
AssignEffect Player
|
sl@0
|
1263 |
RegisterEffect
|
sl@0
|
1264 |
Enable
|
sl@0
|
1265 |
Enforce 1
|
sl@0
|
1266 |
BandIdLevel 5 -23
|
sl@0
|
1267 |
ApplySettings
|
sl@0
|
1268 |
[End_TestCase]
|
sl@0
|
1269 |
|
sl@0
|
1270 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1271 |
//Optional: Title, rest of the tags
|
sl@0
|
1272 |
[TestCase]
|
sl@0
|
1273 |
id 1101
|
sl@0
|
1274 |
Title Equalizer.Player.DisplayData.18 - Display Equalizer Data
|
sl@0
|
1275 |
AudioEffect Equalizer
|
sl@0
|
1276 |
AssignEffect Player
|
sl@0
|
1277 |
RegisterEffect
|
sl@0
|
1278 |
Enable
|
sl@0
|
1279 |
Enforce 1
|
sl@0
|
1280 |
BandIdLevel 2 -99
|
sl@0
|
1281 |
ApplySettings
|
sl@0
|
1282 |
DisplayData
|
sl@0
|
1283 |
[End_TestCase]
|
sl@0
|
1284 |
|
sl@0
|
1285 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1286 |
//Optional: Title, rest of the tags
|
sl@0
|
1287 |
[TestCase]
|
sl@0
|
1288 |
id 1101
|
sl@0
|
1289 |
Title Equalizer.Recorder.Create.19 - Create Equalizer and assign it to Recorder.
|
sl@0
|
1290 |
AudioEffect Equalizer
|
sl@0
|
1291 |
AssignEffect Recorder
|
sl@0
|
1292 |
[End_TestCase]
|
sl@0
|
1293 |
|
sl@0
|
1294 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1295 |
//Optional: Title, rest of the tags
|
sl@0
|
1296 |
[TestCase]
|
sl@0
|
1297 |
id 1101
|
sl@0
|
1298 |
Title Equalizer.Recorder.RegisterEffect.20 - Register Equalizer
|
sl@0
|
1299 |
AudioEffect Equalizer
|
sl@0
|
1300 |
AssignEffect Recorder
|
sl@0
|
1301 |
RegisterEffect
|
sl@0
|
1302 |
[End_TestCase]
|
sl@0
|
1303 |
|
sl@0
|
1304 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1305 |
//Optional: Title, rest of the tags
|
sl@0
|
1306 |
[TestCase]
|
sl@0
|
1307 |
id 1101
|
sl@0
|
1308 |
Title Equalizer.Recorder.UnRegisterEffect.21 - Unregister Equalizer
|
sl@0
|
1309 |
AudioEffect Equalizer
|
sl@0
|
1310 |
AssignEffect Recorder
|
sl@0
|
1311 |
RegisterEffect
|
sl@0
|
1312 |
UnRegisterEffect
|
sl@0
|
1313 |
[End_TestCase]
|
sl@0
|
1314 |
|
sl@0
|
1315 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1316 |
//Optional: Title, rest of the tags
|
sl@0
|
1317 |
[TestCase]
|
sl@0
|
1318 |
id 1101
|
sl@0
|
1319 |
Title Equalizer.Recorder.Enable.22 - Enable Equalizer
|
sl@0
|
1320 |
AudioEffect Equalizer
|
sl@0
|
1321 |
AssignEffect Recorder
|
sl@0
|
1322 |
RegisterEffect
|
sl@0
|
1323 |
Enable
|
sl@0
|
1324 |
[End_TestCase]
|
sl@0
|
1325 |
|
sl@0
|
1326 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1327 |
//Optional: Title, rest of the tags
|
sl@0
|
1328 |
[TestCase]
|
sl@0
|
1329 |
id 1101
|
sl@0
|
1330 |
Title Equalizer.Recorder.Enforce.24 - Enforce Equalizer
|
sl@0
|
1331 |
AudioEffect Equalizer
|
sl@0
|
1332 |
AssignEffect Recorder
|
sl@0
|
1333 |
RegisterEffect
|
sl@0
|
1334 |
Enable
|
sl@0
|
1335 |
Enforce 1
|
sl@0
|
1336 |
[End_TestCase]
|
sl@0
|
1337 |
|
sl@0
|
1338 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1339 |
//Optional: Title, rest of the tags
|
sl@0
|
1340 |
[TestCase]
|
sl@0
|
1341 |
id 1101
|
sl@0
|
1342 |
Title Equalizer.Recorder.BandIdLevel.25 - Set band Id and level
|
sl@0
|
1343 |
AudioEffect Equalizer
|
sl@0
|
1344 |
AssignEffect Recorder
|
sl@0
|
1345 |
RegisterEffect
|
sl@0
|
1346 |
BandIdLevel 3 44
|
sl@0
|
1347 |
Enable
|
sl@0
|
1348 |
[End_TestCase]
|
sl@0
|
1349 |
|
sl@0
|
1350 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1351 |
//Optional: Title, rest of the tags
|
sl@0
|
1352 |
[TestCase]
|
sl@0
|
1353 |
id 1101
|
sl@0
|
1354 |
Title Equalizer.Recorder.ApplySettings.26 - Set band Id and level and apply settings
|
sl@0
|
1355 |
AudioEffect Equalizer
|
sl@0
|
1356 |
AssignEffect Recorder
|
sl@0
|
1357 |
RegisterEffect
|
sl@0
|
1358 |
Enable
|
sl@0
|
1359 |
Enforce 1
|
sl@0
|
1360 |
BandIdLevel 5 -23
|
sl@0
|
1361 |
ApplySettings
|
sl@0
|
1362 |
[End_TestCase]
|
sl@0
|
1363 |
|
sl@0
|
1364 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1365 |
//Optional: Title, rest of the tags
|
sl@0
|
1366 |
[TestCase]
|
sl@0
|
1367 |
id 1101
|
sl@0
|
1368 |
Title Equalizer.Recorder.DisplayData.27 - Display Equalizer Data
|
sl@0
|
1369 |
AudioEffect Equalizer
|
sl@0
|
1370 |
AssignEffect Recorder
|
sl@0
|
1371 |
RegisterEffect
|
sl@0
|
1372 |
Enable
|
sl@0
|
1373 |
Enforce 1
|
sl@0
|
1374 |
BandIdLevel 2 -99
|
sl@0
|
1375 |
ApplySettings
|
sl@0
|
1376 |
DisplayData
|
sl@0
|
1377 |
[End_TestCase]
|
sl@0
|
1378 |
|
sl@0
|
1379 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1380 |
//Optional: Title, rest of the tags
|
sl@0
|
1381 |
[TestCase]
|
sl@0
|
1382 |
id 1101
|
sl@0
|
1383 |
Title Equalizer.Converter.Create.28 - Create Equalizer and assign it to Converter.
|
sl@0
|
1384 |
AudioEffect Equalizer
|
sl@0
|
1385 |
AssignEffect Converter
|
sl@0
|
1386 |
[End_TestCase]
|
sl@0
|
1387 |
|
sl@0
|
1388 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1389 |
//Optional: Title, rest of the tags
|
sl@0
|
1390 |
[TestCase]
|
sl@0
|
1391 |
id 1101
|
sl@0
|
1392 |
Title Equalizer.Converter.RegisterEffect.29 - Register Equalizer
|
sl@0
|
1393 |
AudioEffect Equalizer
|
sl@0
|
1394 |
AssignEffect Converter
|
sl@0
|
1395 |
RegisterEffect
|
sl@0
|
1396 |
[End_TestCase]
|
sl@0
|
1397 |
|
sl@0
|
1398 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1399 |
//Optional: Title, rest of the tags
|
sl@0
|
1400 |
[TestCase]
|
sl@0
|
1401 |
id 1101
|
sl@0
|
1402 |
Title Equalizer.Converter.UnRegisterEffect.30 - Unregister Equalizer
|
sl@0
|
1403 |
AudioEffect Equalizer
|
sl@0
|
1404 |
AssignEffect Converter
|
sl@0
|
1405 |
RegisterEffect
|
sl@0
|
1406 |
UnRegisterEffect
|
sl@0
|
1407 |
[End_TestCase]
|
sl@0
|
1408 |
|
sl@0
|
1409 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1410 |
//Optional: Title, rest of the tags
|
sl@0
|
1411 |
[TestCase]
|
sl@0
|
1412 |
id 1101
|
sl@0
|
1413 |
Title Equalizer.Converter.Enable.31 - Enable Equalizer
|
sl@0
|
1414 |
AudioEffect Equalizer
|
sl@0
|
1415 |
AssignEffect Converter
|
sl@0
|
1416 |
RegisterEffect
|
sl@0
|
1417 |
Enable
|
sl@0
|
1418 |
[End_TestCase]
|
sl@0
|
1419 |
|
sl@0
|
1420 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1421 |
//Optional: Title, rest of the tags
|
sl@0
|
1422 |
[TestCase]
|
sl@0
|
1423 |
id 1101
|
sl@0
|
1424 |
Title Equalizer.Converter.BandIdLevel.34 - Set band Id and level
|
sl@0
|
1425 |
AudioEffect Equalizer
|
sl@0
|
1426 |
AssignEffect Converter
|
sl@0
|
1427 |
RegisterEffect
|
sl@0
|
1428 |
BandIdLevel 3 44
|
sl@0
|
1429 |
Enable
|
sl@0
|
1430 |
[End_TestCase]
|
sl@0
|
1431 |
|
sl@0
|
1432 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1433 |
//Optional: Title, rest of the tags
|
sl@0
|
1434 |
[TestCase]
|
sl@0
|
1435 |
id 1101
|
sl@0
|
1436 |
Title Equalizer.Converter.ApplySettings.35 - Set band Id and level and apply settings
|
sl@0
|
1437 |
AudioEffect Equalizer
|
sl@0
|
1438 |
AssignEffect Converter
|
sl@0
|
1439 |
RegisterEffect
|
sl@0
|
1440 |
Enable
|
sl@0
|
1441 |
Enforce 1
|
sl@0
|
1442 |
BandIdLevel 5 -23
|
sl@0
|
1443 |
ApplySettings
|
sl@0
|
1444 |
[End_TestCase]
|
sl@0
|
1445 |
|
sl@0
|
1446 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1447 |
//Optional: Title, rest of the tags
|
sl@0
|
1448 |
[TestCase]
|
sl@0
|
1449 |
id 1101
|
sl@0
|
1450 |
Title Equalizer.Tone.Create.37 - Create Equalizer and assign it to Tone.
|
sl@0
|
1451 |
AudioEffect Equalizer
|
sl@0
|
1452 |
AssignEffect Tone
|
sl@0
|
1453 |
[End_TestCase]
|
sl@0
|
1454 |
|
sl@0
|
1455 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1456 |
//Optional: Title, rest of the tags
|
sl@0
|
1457 |
[TestCase]
|
sl@0
|
1458 |
id 1101
|
sl@0
|
1459 |
Title Equalizer.Tone.RegisterEffect.38 - Register Equalizer
|
sl@0
|
1460 |
AudioEffect Equalizer
|
sl@0
|
1461 |
AssignEffect Tone
|
sl@0
|
1462 |
RegisterEffect
|
sl@0
|
1463 |
[End_TestCase]
|
sl@0
|
1464 |
|
sl@0
|
1465 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1466 |
//Optional: Title, rest of the tags
|
sl@0
|
1467 |
[TestCase]
|
sl@0
|
1468 |
id 1101
|
sl@0
|
1469 |
Title Equalizer.Tone.UnRegisterEffect.39 - Unregister Equalizer
|
sl@0
|
1470 |
AudioEffect Equalizer
|
sl@0
|
1471 |
AssignEffect Tone
|
sl@0
|
1472 |
RegisterEffect
|
sl@0
|
1473 |
UnRegisterEffect
|
sl@0
|
1474 |
[End_TestCase]
|
sl@0
|
1475 |
|
sl@0
|
1476 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1477 |
//Optional: Title, rest of the tags
|
sl@0
|
1478 |
[TestCase]
|
sl@0
|
1479 |
id 1101
|
sl@0
|
1480 |
Title Equalizer.Tone.Disable.41 - Disable Equalizer
|
sl@0
|
1481 |
AudioEffect Equalizer
|
sl@0
|
1482 |
AssignEffect Tone
|
sl@0
|
1483 |
RegisterEffect
|
sl@0
|
1484 |
Enable
|
sl@0
|
1485 |
BandIdLevel 2 32
|
sl@0
|
1486 |
Disable
|
sl@0
|
1487 |
[End_TestCase]
|
sl@0
|
1488 |
|
sl@0
|
1489 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1490 |
//Optional: Title, rest of the tags
|
sl@0
|
1491 |
[TestCase]
|
sl@0
|
1492 |
id 1101
|
sl@0
|
1493 |
Title Equalizer.Tone.Enforce.42 - Enforce Equalizer
|
sl@0
|
1494 |
AudioEffect Equalizer
|
sl@0
|
1495 |
AssignEffect Tone
|
sl@0
|
1496 |
RegisterEffect
|
sl@0
|
1497 |
Enable
|
sl@0
|
1498 |
Enforce 1
|
sl@0
|
1499 |
[End_TestCase]
|
sl@0
|
1500 |
|
sl@0
|
1501 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1502 |
//Optional: Title, rest of the tags
|
sl@0
|
1503 |
[TestCase]
|
sl@0
|
1504 |
id 1101
|
sl@0
|
1505 |
Title Equalizer.Tone.BandIdLevel.43 - Set band Id and level
|
sl@0
|
1506 |
AudioEffect Equalizer
|
sl@0
|
1507 |
AssignEffect Tone
|
sl@0
|
1508 |
RegisterEffect
|
sl@0
|
1509 |
BandIdLevel 3 44
|
sl@0
|
1510 |
Enable
|
sl@0
|
1511 |
[End_TestCase]
|
sl@0
|
1512 |
|
sl@0
|
1513 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1514 |
//Optional: Title, rest of the tags
|
sl@0
|
1515 |
[TestCase]
|
sl@0
|
1516 |
id 1101
|
sl@0
|
1517 |
Title Equalizer.Tone.ApplySettings.44 - Set band Id and level and apply settings
|
sl@0
|
1518 |
AudioEffect Equalizer
|
sl@0
|
1519 |
AssignEffect Tone
|
sl@0
|
1520 |
RegisterEffect
|
sl@0
|
1521 |
Enable
|
sl@0
|
1522 |
Enforce 1
|
sl@0
|
1523 |
BandIdLevel 5 -23
|
sl@0
|
1524 |
ApplySettings
|
sl@0
|
1525 |
[End_TestCase]
|
sl@0
|
1526 |
|
sl@0
|
1527 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1528 |
//Optional: Title, rest of the tags
|
sl@0
|
1529 |
[TestCase]
|
sl@0
|
1530 |
id 1101
|
sl@0
|
1531 |
Title Equalizer.Tone.DisplayData.45 - Display Equalizer Data
|
sl@0
|
1532 |
AudioEffect Equalizer
|
sl@0
|
1533 |
AssignEffect Tone
|
sl@0
|
1534 |
RegisterEffect
|
sl@0
|
1535 |
Enable
|
sl@0
|
1536 |
Enforce 1
|
sl@0
|
1537 |
BandIdLevel 2 -99
|
sl@0
|
1538 |
ApplySettings
|
sl@0
|
1539 |
DisplayData
|
sl@0
|
1540 |
[End_TestCase]
|
sl@0
|
1541 |
|
sl@0
|
1542 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1543 |
//Optional: Title, rest of the tags
|
sl@0
|
1544 |
[TestCase]
|
sl@0
|
1545 |
id 1101
|
sl@0
|
1546 |
Title Equalizer.DevSound.Create.46 - Create Equalizer and assign it to DevSound.
|
sl@0
|
1547 |
AudioEffect Equalizer
|
sl@0
|
1548 |
AssignEffect DevSound
|
sl@0
|
1549 |
[End_TestCase]
|
sl@0
|
1550 |
|
sl@0
|
1551 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1552 |
//Optional: Title, rest of the tags
|
sl@0
|
1553 |
[TestCase]
|
sl@0
|
1554 |
id 1101
|
sl@0
|
1555 |
Title Equalizer.DevSound.RegisterEffect.47 - Register Equalizer
|
sl@0
|
1556 |
AudioEffect Equalizer
|
sl@0
|
1557 |
AssignEffect DevSound
|
sl@0
|
1558 |
RegisterEffect
|
sl@0
|
1559 |
[End_TestCase]
|
sl@0
|
1560 |
|
sl@0
|
1561 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1562 |
//Optional: Title, rest of the tags
|
sl@0
|
1563 |
[TestCase]
|
sl@0
|
1564 |
id 1101
|
sl@0
|
1565 |
Title Equalizer.DevSound.UnRegisterEffect.48 - Unregister Equalizer
|
sl@0
|
1566 |
AudioEffect Equalizer
|
sl@0
|
1567 |
AssignEffect DevSound
|
sl@0
|
1568 |
RegisterEffect
|
sl@0
|
1569 |
UnRegisterEffect
|
sl@0
|
1570 |
[End_TestCase]
|
sl@0
|
1571 |
|
sl@0
|
1572 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1573 |
//Optional: Title, rest of the tags
|
sl@0
|
1574 |
[TestCase]
|
sl@0
|
1575 |
id 1101
|
sl@0
|
1576 |
Title Equalizer.DevSound.Enable.49 - Enable Equalizer
|
sl@0
|
1577 |
AudioEffect Equalizer
|
sl@0
|
1578 |
AssignEffect DevSound
|
sl@0
|
1579 |
RegisterEffect
|
sl@0
|
1580 |
Enable
|
sl@0
|
1581 |
[End_TestCase]
|
sl@0
|
1582 |
|
sl@0
|
1583 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1584 |
//Optional: Title, rest of the tags
|
sl@0
|
1585 |
[TestCase]
|
sl@0
|
1586 |
id 1101
|
sl@0
|
1587 |
Title Equalizer.DevSound.Disable.50 - Disable Equalizer
|
sl@0
|
1588 |
AudioEffect Equalizer
|
sl@0
|
1589 |
AssignEffect DevSound
|
sl@0
|
1590 |
RegisterEffect
|
sl@0
|
1591 |
Enable
|
sl@0
|
1592 |
BandIdLevel 2 32
|
sl@0
|
1593 |
Disable
|
sl@0
|
1594 |
[End_TestCase]
|
sl@0
|
1595 |
|
sl@0
|
1596 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1597 |
//Optional: Title, rest of the tags
|
sl@0
|
1598 |
[TestCase]
|
sl@0
|
1599 |
id 1101
|
sl@0
|
1600 |
Title Equalizer.DevSound.Enforce.51 - Enforce Equalizer
|
sl@0
|
1601 |
AudioEffect Equalizer
|
sl@0
|
1602 |
AssignEffect DevSound
|
sl@0
|
1603 |
RegisterEffect
|
sl@0
|
1604 |
Enable
|
sl@0
|
1605 |
Enforce 1
|
sl@0
|
1606 |
[End_TestCase]
|
sl@0
|
1607 |
|
sl@0
|
1608 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1609 |
//Optional: Title, rest of the tags
|
sl@0
|
1610 |
[TestCase]
|
sl@0
|
1611 |
id 1101
|
sl@0
|
1612 |
Title Equalizer.DevSound.BandIdLevel.52 - Set band Id and level
|
sl@0
|
1613 |
AudioEffect Equalizer
|
sl@0
|
1614 |
AssignEffect DevSound
|
sl@0
|
1615 |
RegisterEffect
|
sl@0
|
1616 |
BandIdLevel 3 44
|
sl@0
|
1617 |
Enable
|
sl@0
|
1618 |
[End_TestCase]
|
sl@0
|
1619 |
|
sl@0
|
1620 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1621 |
//Optional: Title, rest of the tags
|
sl@0
|
1622 |
[TestCase]
|
sl@0
|
1623 |
id 1101
|
sl@0
|
1624 |
Title Equalizer.DevSound.ApplySettings.53 - Set band Id and level and apply settings
|
sl@0
|
1625 |
AudioEffect Equalizer
|
sl@0
|
1626 |
AssignEffect DevSound
|
sl@0
|
1627 |
RegisterEffect
|
sl@0
|
1628 |
Enable
|
sl@0
|
1629 |
Enforce 1
|
sl@0
|
1630 |
BandIdLevel 5 -23
|
sl@0
|
1631 |
ApplySettings
|
sl@0
|
1632 |
[End_TestCase]
|
sl@0
|
1633 |
|
sl@0
|
1634 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1635 |
//Optional: Title, rest of the tags
|
sl@0
|
1636 |
[TestCase]
|
sl@0
|
1637 |
id 1101
|
sl@0
|
1638 |
Title Equalizer.DevSound.DisplayData.54 - Display Equalizer Data
|
sl@0
|
1639 |
AudioEffect Equalizer
|
sl@0
|
1640 |
AssignEffect DevSound
|
sl@0
|
1641 |
RegisterEffect
|
sl@0
|
1642 |
Enable
|
sl@0
|
1643 |
Enforce 1
|
sl@0
|
1644 |
BandIdLevel 2 -99
|
sl@0
|
1645 |
ApplySettings
|
sl@0
|
1646 |
DisplayData
|
sl@0
|
1647 |
[End_TestCase]
|
sl@0
|
1648 |
|
sl@0
|
1649 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1650 |
//Optional: Title, rest of the tags
|
sl@0
|
1651 |
[TestCase]
|
sl@0
|
1652 |
id 1101
|
sl@0
|
1653 |
Title Equalizer.CustomCommand.Create.55 - Create Equalizer and assign it to CustomCommand.
|
sl@0
|
1654 |
AudioEffect Equalizer
|
sl@0
|
1655 |
AssignEffect CustomCommand
|
sl@0
|
1656 |
[End_TestCase]
|
sl@0
|
1657 |
|
sl@0
|
1658 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1659 |
//Optional: Title, rest of the tags
|
sl@0
|
1660 |
[TestCase]
|
sl@0
|
1661 |
id 1101
|
sl@0
|
1662 |
Title Equalizer.CustomCommand.RegisterEffect.56 - Register Equalizer
|
sl@0
|
1663 |
AudioEffect Equalizer
|
sl@0
|
1664 |
AssignEffect CustomCommand
|
sl@0
|
1665 |
RegisterEffect
|
sl@0
|
1666 |
[End_TestCase]
|
sl@0
|
1667 |
|
sl@0
|
1668 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1669 |
//Optional: Title, rest of the tags
|
sl@0
|
1670 |
[TestCase]
|
sl@0
|
1671 |
id 1101
|
sl@0
|
1672 |
Title Equalizer.CustomCommand.UnRegisterEffect.57 - Unregister Equalizer
|
sl@0
|
1673 |
AudioEffect Equalizer
|
sl@0
|
1674 |
AssignEffect CustomCommand
|
sl@0
|
1675 |
RegisterEffect
|
sl@0
|
1676 |
UnRegisterEffect
|
sl@0
|
1677 |
[End_TestCase]
|
sl@0
|
1678 |
|
sl@0
|
1679 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1680 |
//Optional: Title, rest of the tags
|
sl@0
|
1681 |
[TestCase]
|
sl@0
|
1682 |
id 1101
|
sl@0
|
1683 |
Title Equalizer.CustomCommand.Enable.58 - Enable Equalizer
|
sl@0
|
1684 |
AudioEffect Equalizer
|
sl@0
|
1685 |
AssignEffect CustomCommand
|
sl@0
|
1686 |
RegisterEffect
|
sl@0
|
1687 |
Enable
|
sl@0
|
1688 |
[End_TestCase]
|
sl@0
|
1689 |
|
sl@0
|
1690 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1691 |
//Optional: Title, rest of the tags
|
sl@0
|
1692 |
[TestCase]
|
sl@0
|
1693 |
id 1101
|
sl@0
|
1694 |
Title Equalizer.CustomCommand.Disable.59 - Disable Equalizer
|
sl@0
|
1695 |
AudioEffect Equalizer
|
sl@0
|
1696 |
AssignEffect CustomCommand
|
sl@0
|
1697 |
RegisterEffect
|
sl@0
|
1698 |
Enable
|
sl@0
|
1699 |
BandIdLevel 2 32
|
sl@0
|
1700 |
Disable
|
sl@0
|
1701 |
[End_TestCase]
|
sl@0
|
1702 |
|
sl@0
|
1703 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1704 |
//Optional: Title, rest of the tags
|
sl@0
|
1705 |
[TestCase]
|
sl@0
|
1706 |
id 1101
|
sl@0
|
1707 |
Title Equalizer.CustomCommand.Enforce.60 - Enforce Equalizer
|
sl@0
|
1708 |
AudioEffect Equalizer
|
sl@0
|
1709 |
AssignEffect CustomCommand
|
sl@0
|
1710 |
RegisterEffect
|
sl@0
|
1711 |
Enable
|
sl@0
|
1712 |
Enforce 1
|
sl@0
|
1713 |
[End_TestCase]
|
sl@0
|
1714 |
|
sl@0
|
1715 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1716 |
//Optional: Title, rest of the tags
|
sl@0
|
1717 |
[TestCase]
|
sl@0
|
1718 |
id 1101
|
sl@0
|
1719 |
Title Equalizer.CustomCommand.BandIdLevel.61 - Set band Id and level
|
sl@0
|
1720 |
AudioEffect Equalizer
|
sl@0
|
1721 |
AssignEffect CustomCommand
|
sl@0
|
1722 |
RegisterEffect
|
sl@0
|
1723 |
BandIdLevel 3 44
|
sl@0
|
1724 |
Enable
|
sl@0
|
1725 |
[End_TestCase]
|
sl@0
|
1726 |
|
sl@0
|
1727 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1728 |
//Optional: Title, rest of the tags
|
sl@0
|
1729 |
[TestCase]
|
sl@0
|
1730 |
id 1101
|
sl@0
|
1731 |
Title Equalizer.CustomCommand.ApplySettings.62 - Set band Id and level and apply settings
|
sl@0
|
1732 |
AudioEffect Equalizer
|
sl@0
|
1733 |
AssignEffect CustomCommand
|
sl@0
|
1734 |
RegisterEffect
|
sl@0
|
1735 |
Enable
|
sl@0
|
1736 |
Enforce 1
|
sl@0
|
1737 |
BandIdLevel 5 -23
|
sl@0
|
1738 |
ApplySettings
|
sl@0
|
1739 |
[End_TestCase]
|
sl@0
|
1740 |
|
sl@0
|
1741 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1742 |
//Optional: Title, rest of the tags
|
sl@0
|
1743 |
[TestCase]
|
sl@0
|
1744 |
id 1101
|
sl@0
|
1745 |
Title Equalizer.CustomCommand.DisplayData.63 - Display Equalizer Data
|
sl@0
|
1746 |
AudioEffect Equalizer
|
sl@0
|
1747 |
AssignEffect CustomCommand
|
sl@0
|
1748 |
RegisterEffect
|
sl@0
|
1749 |
Enable
|
sl@0
|
1750 |
Enforce 1
|
sl@0
|
1751 |
BandIdLevel 2 -99
|
sl@0
|
1752 |
ApplySettings
|
sl@0
|
1753 |
DisplayData
|
sl@0
|
1754 |
[End_TestCase]
|
sl@0
|
1755 |
|
sl@0
|
1756 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1757 |
//Optional: Title, rest of the tags
|
sl@0
|
1758 |
[TestCase]
|
sl@0
|
1759 |
id 1101
|
sl@0
|
1760 |
Title Equalizer.CustomInterface.Create.64 - Create Equalizer and assign it to CustomInterface.
|
sl@0
|
1761 |
AudioEffect Equalizer
|
sl@0
|
1762 |
AssignEffect CustomInterface
|
sl@0
|
1763 |
[End_TestCase]
|
sl@0
|
1764 |
|
sl@0
|
1765 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1766 |
//Optional: Title, rest of the tags
|
sl@0
|
1767 |
[TestCase]
|
sl@0
|
1768 |
id 1101
|
sl@0
|
1769 |
Title Equalizer.CustomInterface.RegisterEffect.65 - Register Equalizer
|
sl@0
|
1770 |
AudioEffect Equalizer
|
sl@0
|
1771 |
AssignEffect CustomInterface
|
sl@0
|
1772 |
RegisterEffect
|
sl@0
|
1773 |
[End_TestCase]
|
sl@0
|
1774 |
|
sl@0
|
1775 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1776 |
//Optional: Title, rest of the tags
|
sl@0
|
1777 |
[TestCase]
|
sl@0
|
1778 |
id 1101
|
sl@0
|
1779 |
Title Equalizer.CustomInterface.UnRegisterEffect.66 - Unregister Equalizer
|
sl@0
|
1780 |
AudioEffect Equalizer
|
sl@0
|
1781 |
AssignEffect CustomInterface
|
sl@0
|
1782 |
RegisterEffect
|
sl@0
|
1783 |
UnRegisterEffect
|
sl@0
|
1784 |
[End_TestCase]
|
sl@0
|
1785 |
|
sl@0
|
1786 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1787 |
//Optional: Title, rest of the tags
|
sl@0
|
1788 |
[TestCase]
|
sl@0
|
1789 |
id 1101
|
sl@0
|
1790 |
Title Equalizer.CustomInterface.Enable.67 - Enable Equalizer
|
sl@0
|
1791 |
AudioEffect Equalizer
|
sl@0
|
1792 |
AssignEffect CustomInterface
|
sl@0
|
1793 |
RegisterEffect
|
sl@0
|
1794 |
Enable
|
sl@0
|
1795 |
[End_TestCase]
|
sl@0
|
1796 |
|
sl@0
|
1797 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1798 |
//Optional: Title, rest of the tags
|
sl@0
|
1799 |
[TestCase]
|
sl@0
|
1800 |
id 1101
|
sl@0
|
1801 |
Title Equalizer.CustomInterface.Disable.68 - Disable Equalizer
|
sl@0
|
1802 |
AudioEffect Equalizer
|
sl@0
|
1803 |
AssignEffect CustomInterface
|
sl@0
|
1804 |
RegisterEffect
|
sl@0
|
1805 |
Enable
|
sl@0
|
1806 |
BandIdLevel 2 32
|
sl@0
|
1807 |
Disable
|
sl@0
|
1808 |
[End_TestCase]
|
sl@0
|
1809 |
|
sl@0
|
1810 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1811 |
//Optional: Title, rest of the tags
|
sl@0
|
1812 |
[TestCase]
|
sl@0
|
1813 |
id 1101
|
sl@0
|
1814 |
Title Equalizer.CustomInterface.Enforce.69 - Enforce Equalizer
|
sl@0
|
1815 |
AudioEffect Equalizer
|
sl@0
|
1816 |
AssignEffect CustomInterface
|
sl@0
|
1817 |
RegisterEffect
|
sl@0
|
1818 |
Enable
|
sl@0
|
1819 |
Enforce 1
|
sl@0
|
1820 |
[End_TestCase]
|
sl@0
|
1821 |
|
sl@0
|
1822 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1823 |
//Optional: Title, rest of the tags
|
sl@0
|
1824 |
[TestCase]
|
sl@0
|
1825 |
id 1101
|
sl@0
|
1826 |
Title Equalizer.CustomInterface.ApplySettings.71 - Set band Id and level and apply settings
|
sl@0
|
1827 |
AudioEffect Equalizer
|
sl@0
|
1828 |
AssignEffect CustomInterface
|
sl@0
|
1829 |
RegisterEffect
|
sl@0
|
1830 |
Enable
|
sl@0
|
1831 |
Enforce 1
|
sl@0
|
1832 |
BandIdLevel 5 -23
|
sl@0
|
1833 |
ApplySettings
|
sl@0
|
1834 |
[End_TestCase]
|
sl@0
|
1835 |
|
sl@0
|
1836 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1837 |
//Optional: Title, rest of the tags
|
sl@0
|
1838 |
[TestCase]
|
sl@0
|
1839 |
id 1101
|
sl@0
|
1840 |
Title Equalizer.CustomInterface.DisplayData.72 - Display Equalizer Data
|
sl@0
|
1841 |
AudioEffect Equalizer
|
sl@0
|
1842 |
AssignEffect CustomInterface
|
sl@0
|
1843 |
RegisterEffect
|
sl@0
|
1844 |
Enable
|
sl@0
|
1845 |
Enforce 1
|
sl@0
|
1846 |
BandIdLevel 2 -99
|
sl@0
|
1847 |
ApplySettings
|
sl@0
|
1848 |
DisplayData
|
sl@0
|
1849 |
[End_TestCase]
|
sl@0
|
1850 |
|
sl@0
|
1851 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1852 |
//Optional: Title, rest of the tags
|
sl@0
|
1853 |
[TestCase]
|
sl@0
|
1854 |
id 1101
|
sl@0
|
1855 |
Title Equalizer.InputStream.Create.73 - Create Equalizer and assign it to InputStream.
|
sl@0
|
1856 |
AudioEffect Equalizer
|
sl@0
|
1857 |
AssignEffect InputStream
|
sl@0
|
1858 |
[End_TestCase]
|
sl@0
|
1859 |
|
sl@0
|
1860 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1861 |
//Optional: Title, rest of the tags
|
sl@0
|
1862 |
[TestCase]
|
sl@0
|
1863 |
id 1101
|
sl@0
|
1864 |
Title Equalizer.InputStream.RegisterEffect.74 - Register Equalizer
|
sl@0
|
1865 |
AudioEffect Equalizer
|
sl@0
|
1866 |
AssignEffect InputStream
|
sl@0
|
1867 |
RegisterEffect
|
sl@0
|
1868 |
[End_TestCase]
|
sl@0
|
1869 |
|
sl@0
|
1870 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1871 |
//Optional: Title, rest of the tags
|
sl@0
|
1872 |
[TestCase]
|
sl@0
|
1873 |
id 1101
|
sl@0
|
1874 |
Title Equalizer.InputStream.UnRegisterEffect.75 - Unregister Equalizer
|
sl@0
|
1875 |
AudioEffect Equalizer
|
sl@0
|
1876 |
AssignEffect InputStream
|
sl@0
|
1877 |
RegisterEffect
|
sl@0
|
1878 |
UnRegisterEffect
|
sl@0
|
1879 |
[End_TestCase]
|
sl@0
|
1880 |
|
sl@0
|
1881 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1882 |
//Optional: Title, rest of the tags
|
sl@0
|
1883 |
[TestCase]
|
sl@0
|
1884 |
id 1101
|
sl@0
|
1885 |
Title Equalizer.InputStream.Enable.76 - Enable Equalizer
|
sl@0
|
1886 |
AudioEffect Equalizer
|
sl@0
|
1887 |
AssignEffect InputStream
|
sl@0
|
1888 |
RegisterEffect
|
sl@0
|
1889 |
Enable
|
sl@0
|
1890 |
[End_TestCase]
|
sl@0
|
1891 |
|
sl@0
|
1892 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1893 |
//Optional: Title, rest of the tags
|
sl@0
|
1894 |
[TestCase]
|
sl@0
|
1895 |
id 1101
|
sl@0
|
1896 |
Title Equalizer.InputStream.Disable.77 - Disable Equalizer
|
sl@0
|
1897 |
AudioEffect Equalizer
|
sl@0
|
1898 |
AssignEffect InputStream
|
sl@0
|
1899 |
RegisterEffect
|
sl@0
|
1900 |
Enable
|
sl@0
|
1901 |
BandIdLevel 2 32
|
sl@0
|
1902 |
Disable
|
sl@0
|
1903 |
[End_TestCase]
|
sl@0
|
1904 |
|
sl@0
|
1905 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1906 |
//Optional: Title, rest of the tags
|
sl@0
|
1907 |
[TestCase]
|
sl@0
|
1908 |
id 1101
|
sl@0
|
1909 |
Title Equalizer.InputStream.ApplySettings.80 - Set band Id and level and apply settings
|
sl@0
|
1910 |
AudioEffect Equalizer
|
sl@0
|
1911 |
AssignEffect InputStream
|
sl@0
|
1912 |
RegisterEffect
|
sl@0
|
1913 |
Enable
|
sl@0
|
1914 |
Enforce 1
|
sl@0
|
1915 |
BandIdLevel 5 -23
|
sl@0
|
1916 |
ApplySettings
|
sl@0
|
1917 |
[End_TestCase]
|
sl@0
|
1918 |
|
sl@0
|
1919 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1920 |
//Optional: Title, rest of the tags
|
sl@0
|
1921 |
[TestCase]
|
sl@0
|
1922 |
id 1101
|
sl@0
|
1923 |
Title Equalizer.OutputStream.Create.82 - Create Equalizer and assign it to OutputStream.
|
sl@0
|
1924 |
AudioEffect Equalizer
|
sl@0
|
1925 |
AssignEffect OutputStream
|
sl@0
|
1926 |
[End_TestCase]
|
sl@0
|
1927 |
|
sl@0
|
1928 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1929 |
//Optional: Title, rest of the tags
|
sl@0
|
1930 |
[TestCase]
|
sl@0
|
1931 |
id 1101
|
sl@0
|
1932 |
Title Equalizer.OutputStream.RegisterEffect.83 - Register Equalizer
|
sl@0
|
1933 |
AudioEffect Equalizer
|
sl@0
|
1934 |
AssignEffect OutputStream
|
sl@0
|
1935 |
RegisterEffect
|
sl@0
|
1936 |
[End_TestCase]
|
sl@0
|
1937 |
|
sl@0
|
1938 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1939 |
//Optional: Title, rest of the tags
|
sl@0
|
1940 |
[TestCase]
|
sl@0
|
1941 |
id 1101
|
sl@0
|
1942 |
Title Equalizer.OutputStream.UnRegisterEffect.84 - Unregister Equalizer
|
sl@0
|
1943 |
AudioEffect Equalizer
|
sl@0
|
1944 |
AssignEffect OutputStream
|
sl@0
|
1945 |
RegisterEffect
|
sl@0
|
1946 |
UnRegisterEffect
|
sl@0
|
1947 |
[End_TestCase]
|
sl@0
|
1948 |
|
sl@0
|
1949 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1950 |
//Optional: Title, rest of the tags
|
sl@0
|
1951 |
[TestCase]
|
sl@0
|
1952 |
id 1101
|
sl@0
|
1953 |
Title Equalizer.OutputStream.Enable.85 - Enable Equalizer
|
sl@0
|
1954 |
AudioEffect Equalizer
|
sl@0
|
1955 |
AssignEffect OutputStream
|
sl@0
|
1956 |
RegisterEffect
|
sl@0
|
1957 |
Enable
|
sl@0
|
1958 |
[End_TestCase]
|
sl@0
|
1959 |
|
sl@0
|
1960 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1961 |
//Optional: Title, rest of the tags
|
sl@0
|
1962 |
[TestCase]
|
sl@0
|
1963 |
id 1101
|
sl@0
|
1964 |
Title Equalizer.OutputStream.Disable.86 - Disable Equalizer
|
sl@0
|
1965 |
AudioEffect Equalizer
|
sl@0
|
1966 |
AssignEffect OutputStream
|
sl@0
|
1967 |
RegisterEffect
|
sl@0
|
1968 |
Enable
|
sl@0
|
1969 |
BandIdLevel 2 32
|
sl@0
|
1970 |
Disable
|
sl@0
|
1971 |
[End_TestCase]
|
sl@0
|
1972 |
|
sl@0
|
1973 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1974 |
//Optional: Title, rest of the tags
|
sl@0
|
1975 |
[TestCase]
|
sl@0
|
1976 |
id 1101
|
sl@0
|
1977 |
Title Equalizer.OutputStream.Enforce.87 - Enforce Equalizer
|
sl@0
|
1978 |
AudioEffect Equalizer
|
sl@0
|
1979 |
AssignEffect OutputStream
|
sl@0
|
1980 |
RegisterEffect
|
sl@0
|
1981 |
Enable
|
sl@0
|
1982 |
Enforce 1
|
sl@0
|
1983 |
[End_TestCase]
|
sl@0
|
1984 |
|
sl@0
|
1985 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1986 |
//Optional: Title, rest of the tags
|
sl@0
|
1987 |
[TestCase]
|
sl@0
|
1988 |
id 1101
|
sl@0
|
1989 |
Title Equalizer.OutputStream.BandIdLevel.88 - Set band Id and level
|
sl@0
|
1990 |
AudioEffect Equalizer
|
sl@0
|
1991 |
AssignEffect OutputStream
|
sl@0
|
1992 |
RegisterEffect
|
sl@0
|
1993 |
BandIdLevel 3 44
|
sl@0
|
1994 |
Enable
|
sl@0
|
1995 |
[End_TestCase]
|
sl@0
|
1996 |
|
sl@0
|
1997 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
1998 |
//Optional: Title, rest of the tags
|
sl@0
|
1999 |
[TestCase]
|
sl@0
|
2000 |
id 1101
|
sl@0
|
2001 |
Title Equalizer.OutputStream.ApplySettings.89 - Set band Id and level and apply settings
|
sl@0
|
2002 |
AudioEffect Equalizer
|
sl@0
|
2003 |
AssignEffect OutputStream
|
sl@0
|
2004 |
RegisterEffect
|
sl@0
|
2005 |
Enable
|
sl@0
|
2006 |
Enforce 1
|
sl@0
|
2007 |
BandIdLevel 5 -23
|
sl@0
|
2008 |
ApplySettings
|
sl@0
|
2009 |
[End_TestCase]
|
sl@0
|
2010 |
|
sl@0
|
2011 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2012 |
//Optional: Title, rest of the tags
|
sl@0
|
2013 |
[TestCase]
|
sl@0
|
2014 |
id 1101
|
sl@0
|
2015 |
Title Equalizer.MidiClient.Create.91 - Create Equalizer and assign it to MidiClient.
|
sl@0
|
2016 |
AudioEffect Equalizer
|
sl@0
|
2017 |
AssignEffect MidiClient
|
sl@0
|
2018 |
[End_TestCase]
|
sl@0
|
2019 |
|
sl@0
|
2020 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2021 |
//Optional: Title, rest of the tags
|
sl@0
|
2022 |
[TestCase]
|
sl@0
|
2023 |
id 1101
|
sl@0
|
2024 |
Title Equalizer.MidiClient.RegisterEffect.92 - Register Equalizer
|
sl@0
|
2025 |
AudioEffect Equalizer
|
sl@0
|
2026 |
AssignEffect MidiClient
|
sl@0
|
2027 |
RegisterEffect
|
sl@0
|
2028 |
[End_TestCase]
|
sl@0
|
2029 |
|
sl@0
|
2030 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2031 |
//Optional: Title, rest of the tags
|
sl@0
|
2032 |
[TestCase]
|
sl@0
|
2033 |
id 1101
|
sl@0
|
2034 |
Title Equalizer.MidiClient.UnRegisterEffect.93 - Unregister Equalizer
|
sl@0
|
2035 |
AudioEffect Equalizer
|
sl@0
|
2036 |
AssignEffect MidiClient
|
sl@0
|
2037 |
RegisterEffect
|
sl@0
|
2038 |
UnRegisterEffect
|
sl@0
|
2039 |
[End_TestCase]
|
sl@0
|
2040 |
|
sl@0
|
2041 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2042 |
//Optional: Title, rest of the tags
|
sl@0
|
2043 |
[TestCase]
|
sl@0
|
2044 |
id 1101
|
sl@0
|
2045 |
Title Equalizer.MidiClient.Enable.94 - Enable Equalizer
|
sl@0
|
2046 |
AudioEffect Equalizer
|
sl@0
|
2047 |
AssignEffect MidiClient
|
sl@0
|
2048 |
RegisterEffect
|
sl@0
|
2049 |
Enable
|
sl@0
|
2050 |
[End_TestCase]
|
sl@0
|
2051 |
|
sl@0
|
2052 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2053 |
//Optional: Title, rest of the tags
|
sl@0
|
2054 |
[TestCase]
|
sl@0
|
2055 |
id 1101
|
sl@0
|
2056 |
Title Equalizer.MidiClient.Disable.95 - Disable Equalizer
|
sl@0
|
2057 |
AudioEffect Equalizer
|
sl@0
|
2058 |
AssignEffect MidiClient
|
sl@0
|
2059 |
RegisterEffect
|
sl@0
|
2060 |
Enable
|
sl@0
|
2061 |
BandIdLevel 2 32
|
sl@0
|
2062 |
Disable
|
sl@0
|
2063 |
[End_TestCase]
|
sl@0
|
2064 |
|
sl@0
|
2065 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2066 |
//Optional: Title, rest of the tags
|
sl@0
|
2067 |
[TestCase]
|
sl@0
|
2068 |
id 1101
|
sl@0
|
2069 |
Title Equalizer.MidiClient.Enforce.96 - Enforce Equalizer
|
sl@0
|
2070 |
AudioEffect Equalizer
|
sl@0
|
2071 |
AssignEffect MidiClient
|
sl@0
|
2072 |
RegisterEffect
|
sl@0
|
2073 |
Enable
|
sl@0
|
2074 |
Enforce 1
|
sl@0
|
2075 |
[End_TestCase]
|
sl@0
|
2076 |
|
sl@0
|
2077 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2078 |
//Optional: Title, rest of the tags
|
sl@0
|
2079 |
[TestCase]
|
sl@0
|
2080 |
id 1101
|
sl@0
|
2081 |
Title Equalizer.MidiClient.BandIdLevel.97 - Set band Id and level
|
sl@0
|
2082 |
AudioEffect Equalizer
|
sl@0
|
2083 |
AssignEffect MidiClient
|
sl@0
|
2084 |
RegisterEffect
|
sl@0
|
2085 |
BandIdLevel 3 44
|
sl@0
|
2086 |
Enable
|
sl@0
|
2087 |
[End_TestCase]
|
sl@0
|
2088 |
|
sl@0
|
2089 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2090 |
//Optional: Title, rest of the tags
|
sl@0
|
2091 |
[TestCase]
|
sl@0
|
2092 |
id 1101
|
sl@0
|
2093 |
Title Equalizer.MidiClient.ApplySettings.98 - Set band Id and level and apply settings
|
sl@0
|
2094 |
AudioEffect Equalizer
|
sl@0
|
2095 |
AssignEffect MidiClient
|
sl@0
|
2096 |
RegisterEffect
|
sl@0
|
2097 |
Enable
|
sl@0
|
2098 |
Enforce 1
|
sl@0
|
2099 |
BandIdLevel 5 -23
|
sl@0
|
2100 |
ApplySettings
|
sl@0
|
2101 |
[End_TestCase]
|
sl@0
|
2102 |
|
sl@0
|
2103 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2104 |
//Optional: Title, rest of the tags
|
sl@0
|
2105 |
[TestCase]
|
sl@0
|
2106 |
id 1101
|
sl@0
|
2107 |
Title Equalizer.MidiClient.DisplayData.99 - Display Equalizer Data
|
sl@0
|
2108 |
AudioEffect Equalizer
|
sl@0
|
2109 |
AssignEffect MidiClient
|
sl@0
|
2110 |
RegisterEffect
|
sl@0
|
2111 |
Enable
|
sl@0
|
2112 |
Enforce 1
|
sl@0
|
2113 |
BandIdLevel 2 -99
|
sl@0
|
2114 |
ApplySettings
|
sl@0
|
2115 |
DisplayData
|
sl@0
|
2116 |
[End_TestCase]
|
sl@0
|
2117 |
|
sl@0
|
2118 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2119 |
//Optional: Title, rest of the tags
|
sl@0
|
2120 |
[TestCase]
|
sl@0
|
2121 |
id 1101
|
sl@0
|
2122 |
Title Equalizer.DrmPlayer.Create.100 - Create Equalizer and assign it to DrmPlayer.
|
sl@0
|
2123 |
AudioEffect Equalizer
|
sl@0
|
2124 |
AssignEffect DrmPlayer
|
sl@0
|
2125 |
[End_TestCase]
|
sl@0
|
2126 |
|
sl@0
|
2127 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2128 |
//Optional: Title, rest of the tags
|
sl@0
|
2129 |
[TestCase]
|
sl@0
|
2130 |
id 1101
|
sl@0
|
2131 |
Title Equalizer.DrmPlayer.RegisterEffect.101 - Register Equalizer
|
sl@0
|
2132 |
AudioEffect Equalizer
|
sl@0
|
2133 |
AssignEffect DrmPlayer
|
sl@0
|
2134 |
RegisterEffect
|
sl@0
|
2135 |
[End_TestCase]
|
sl@0
|
2136 |
|
sl@0
|
2137 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2138 |
//Optional: Title, rest of the tags
|
sl@0
|
2139 |
[TestCase]
|
sl@0
|
2140 |
id 1101
|
sl@0
|
2141 |
Title Equalizer.DrmPlayer.UnRegisterEffect.102 - Unregister Equalizer
|
sl@0
|
2142 |
AudioEffect Equalizer
|
sl@0
|
2143 |
AssignEffect DrmPlayer
|
sl@0
|
2144 |
RegisterEffect
|
sl@0
|
2145 |
UnRegisterEffect
|
sl@0
|
2146 |
[End_TestCase]
|
sl@0
|
2147 |
|
sl@0
|
2148 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2149 |
//Optional: Title, rest of the tags
|
sl@0
|
2150 |
[TestCase]
|
sl@0
|
2151 |
id 1101
|
sl@0
|
2152 |
Title Equalizer.DrmPlayer.Enable.103 - Enable Equalizer
|
sl@0
|
2153 |
AudioEffect Equalizer
|
sl@0
|
2154 |
AssignEffect DrmPlayer
|
sl@0
|
2155 |
RegisterEffect
|
sl@0
|
2156 |
Enable
|
sl@0
|
2157 |
[End_TestCase]
|
sl@0
|
2158 |
|
sl@0
|
2159 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2160 |
//Optional: Title, rest of the tags
|
sl@0
|
2161 |
[TestCase]
|
sl@0
|
2162 |
id 1101
|
sl@0
|
2163 |
Title Equalizer.DrmPlayer.Disable.104 - Disable Equalizer
|
sl@0
|
2164 |
AudioEffect Equalizer
|
sl@0
|
2165 |
AssignEffect DrmPlayer
|
sl@0
|
2166 |
RegisterEffect
|
sl@0
|
2167 |
Enable
|
sl@0
|
2168 |
BandIdLevel 2 32
|
sl@0
|
2169 |
Disable
|
sl@0
|
2170 |
[End_TestCase]
|
sl@0
|
2171 |
|
sl@0
|
2172 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2173 |
//Optional: Title, rest of the tags
|
sl@0
|
2174 |
[TestCase]
|
sl@0
|
2175 |
id 1101
|
sl@0
|
2176 |
Title Equalizer.DrmPlayer.Enforce.105 - Enforce Equalizer
|
sl@0
|
2177 |
AudioEffect Equalizer
|
sl@0
|
2178 |
AssignEffect DrmPlayer
|
sl@0
|
2179 |
RegisterEffect
|
sl@0
|
2180 |
Enable
|
sl@0
|
2181 |
Enforce 1
|
sl@0
|
2182 |
[End_TestCase]
|
sl@0
|
2183 |
|
sl@0
|
2184 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2185 |
//Optional: Title, rest of the tags
|
sl@0
|
2186 |
[TestCase]
|
sl@0
|
2187 |
id 1101
|
sl@0
|
2188 |
Title Equalizer.DrmPlayer.BandIdLevel.106 - Set band Id and level
|
sl@0
|
2189 |
AudioEffect Equalizer
|
sl@0
|
2190 |
AssignEffect DrmPlayer
|
sl@0
|
2191 |
RegisterEffect
|
sl@0
|
2192 |
BandIdLevel 3 44
|
sl@0
|
2193 |
Enable
|
sl@0
|
2194 |
[End_TestCase]
|
sl@0
|
2195 |
|
sl@0
|
2196 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2197 |
//Optional: Title, rest of the tags
|
sl@0
|
2198 |
[TestCase]
|
sl@0
|
2199 |
id 1101
|
sl@0
|
2200 |
Title Equalizer.DrmPlayer.ApplySettings.107 - Set band Id and level and apply settings
|
sl@0
|
2201 |
AudioEffect Equalizer
|
sl@0
|
2202 |
AssignEffect DrmPlayer
|
sl@0
|
2203 |
RegisterEffect
|
sl@0
|
2204 |
Enable
|
sl@0
|
2205 |
Enforce 1
|
sl@0
|
2206 |
BandIdLevel 5 -23
|
sl@0
|
2207 |
ApplySettings
|
sl@0
|
2208 |
[End_TestCase]
|
sl@0
|
2209 |
|
sl@0
|
2210 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2211 |
//Optional: Title, rest of the tags
|
sl@0
|
2212 |
[TestCase]
|
sl@0
|
2213 |
id 1101
|
sl@0
|
2214 |
Title Equalizer.DrmPlayer.DisplayData.108 - Display Equalizer Data
|
sl@0
|
2215 |
AudioEffect Equalizer
|
sl@0
|
2216 |
AssignEffect DrmPlayer
|
sl@0
|
2217 |
RegisterEffect
|
sl@0
|
2218 |
Enable
|
sl@0
|
2219 |
Enforce 1
|
sl@0
|
2220 |
BandIdLevel 2 -99
|
sl@0
|
2221 |
ApplySettings
|
sl@0
|
2222 |
DisplayData
|
sl@0
|
2223 |
[End_TestCase]
|
sl@0
|
2224 |
|
sl@0
|
2225 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2226 |
//Optional: Title, rest of the tags
|
sl@0
|
2227 |
[TestCase]
|
sl@0
|
2228 |
id 1101
|
sl@0
|
2229 |
Title Equalizer.VideoPlayer.Create.109 - Create Equalizer and assign it to DrmPlayer.
|
sl@0
|
2230 |
AudioEffect Equalizer
|
sl@0
|
2231 |
AssignEffect VideoPlayer
|
sl@0
|
2232 |
[End_TestCase]
|
sl@0
|
2233 |
|
sl@0
|
2234 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2235 |
//Optional: Title, rest of the tags
|
sl@0
|
2236 |
[TestCase]
|
sl@0
|
2237 |
id 1101
|
sl@0
|
2238 |
Title Equalizer.VideoPlayer.RegisterEffect.110 - Register Equalizer
|
sl@0
|
2239 |
AudioEffect Equalizer
|
sl@0
|
2240 |
AssignEffect VideoPlayer
|
sl@0
|
2241 |
RegisterEffect
|
sl@0
|
2242 |
[End_TestCase]
|
sl@0
|
2243 |
|
sl@0
|
2244 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2245 |
//Optional: Title, rest of the tags
|
sl@0
|
2246 |
[TestCase]
|
sl@0
|
2247 |
id 1101
|
sl@0
|
2248 |
Title Equalizer.VideoPlayer.UnRegisterEffect.111 - Unregister Equalizer
|
sl@0
|
2249 |
AudioEffect Equalizer
|
sl@0
|
2250 |
AssignEffect VideoPlayer
|
sl@0
|
2251 |
RegisterEffect
|
sl@0
|
2252 |
UnRegisterEffect
|
sl@0
|
2253 |
[End_TestCase]
|
sl@0
|
2254 |
|
sl@0
|
2255 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2256 |
//Optional: Title, rest of the tags
|
sl@0
|
2257 |
[TestCase]
|
sl@0
|
2258 |
id 1101
|
sl@0
|
2259 |
Title Equalizer.VideoPlayer.Enable.112 - Enable Equalizer
|
sl@0
|
2260 |
AudioEffect Equalizer
|
sl@0
|
2261 |
AssignEffect VideoPlayer
|
sl@0
|
2262 |
RegisterEffect
|
sl@0
|
2263 |
Enable
|
sl@0
|
2264 |
[End_TestCase]
|
sl@0
|
2265 |
|
sl@0
|
2266 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2267 |
//Optional: Title, rest of the tags
|
sl@0
|
2268 |
[TestCase]
|
sl@0
|
2269 |
id 1101
|
sl@0
|
2270 |
Title Equalizer.VideoPlayer.Disable.113 - Disable Equalizer
|
sl@0
|
2271 |
AudioEffect Equalizer
|
sl@0
|
2272 |
AssignEffect VideoPlayer
|
sl@0
|
2273 |
RegisterEffect
|
sl@0
|
2274 |
Enable
|
sl@0
|
2275 |
BandIdLevel 2 32
|
sl@0
|
2276 |
Disable
|
sl@0
|
2277 |
[End_TestCase]
|
sl@0
|
2278 |
|
sl@0
|
2279 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2280 |
//Optional: Title, rest of the tags
|
sl@0
|
2281 |
[TestCase]
|
sl@0
|
2282 |
id 1101
|
sl@0
|
2283 |
Title Equalizer.VideoPlayer.Enforce.114 - Enforce Equalizer
|
sl@0
|
2284 |
AudioEffect Equalizer
|
sl@0
|
2285 |
AssignEffect VideoPlayer
|
sl@0
|
2286 |
RegisterEffect
|
sl@0
|
2287 |
Enable
|
sl@0
|
2288 |
Enforce 1
|
sl@0
|
2289 |
[End_TestCase]
|
sl@0
|
2290 |
|
sl@0
|
2291 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2292 |
//Optional: Title, rest of the tags
|
sl@0
|
2293 |
[TestCase]
|
sl@0
|
2294 |
id 1101
|
sl@0
|
2295 |
Title Equalizer.VideoPlayer.BandIdLevel.115 - Set band Id and level
|
sl@0
|
2296 |
AudioEffect Equalizer
|
sl@0
|
2297 |
AssignEffect VideoPlayer
|
sl@0
|
2298 |
RegisterEffect
|
sl@0
|
2299 |
BandIdLevel 3 44
|
sl@0
|
2300 |
Enable
|
sl@0
|
2301 |
[End_TestCase]
|
sl@0
|
2302 |
|
sl@0
|
2303 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2304 |
//Optional: Title, rest of the tags
|
sl@0
|
2305 |
[TestCase]
|
sl@0
|
2306 |
id 1101
|
sl@0
|
2307 |
Title Equalizer.VideoPlayer.ApplySettings.116 - Set band Id and level and apply settings
|
sl@0
|
2308 |
AudioEffect Equalizer
|
sl@0
|
2309 |
AssignEffect VideoPlayer
|
sl@0
|
2310 |
RegisterEffect
|
sl@0
|
2311 |
Enable
|
sl@0
|
2312 |
Enforce 1
|
sl@0
|
2313 |
BandIdLevel 5 -23
|
sl@0
|
2314 |
ApplySettings
|
sl@0
|
2315 |
[End_TestCase]
|
sl@0
|
2316 |
|
sl@0
|
2317 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2318 |
//Optional: Title, rest of the tags
|
sl@0
|
2319 |
[TestCase]
|
sl@0
|
2320 |
id 1101
|
sl@0
|
2321 |
Title Equalizer.VideoPlayer.DisplayData.117 - Display Equalizer Data
|
sl@0
|
2322 |
AudioEffect Equalizer
|
sl@0
|
2323 |
AssignEffect VideoPlayer
|
sl@0
|
2324 |
RegisterEffect
|
sl@0
|
2325 |
Enable
|
sl@0
|
2326 |
Enforce 1
|
sl@0
|
2327 |
BandIdLevel 2 -99
|
sl@0
|
2328 |
ApplySettings
|
sl@0
|
2329 |
DisplayData
|
sl@0
|
2330 |
[End_TestCase]
|
sl@0
|
2331 |
|
sl@0
|
2332 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
2333 |
# specify whether they are required or optional.
|
sl@0
|
2334 |
#
|
sl@0
|
2335 |
# TAGS:
|
sl@0
|
2336 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
2337 |
# Title - Text to identify the test case and describe it
|
sl@0
|
2338 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
2339 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
2340 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
2341 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
2342 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer, VideoPlayer
|
sl@0
|
2343 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
2344 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
2345 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
2346 |
# Enable - Enable Audio Effect
|
sl@0
|
2347 |
# Disable - Disable Audio Effect
|
sl@0
|
2348 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
2349 |
# DisplayData - Display Audio Effect info
|
sl@0
|
2350 |
# CartesianVelocity - Sets the velocity in Cartesian coordinates of the sound source with respect to the listener
|
sl@0
|
2351 |
# (Int X, Int Y, Int Z).
|
sl@0
|
2352 |
# X, Y, Z - Direction speed in mm/s.
|
sl@0
|
2353 |
# SphericalVelocity - Sets the velocity in spherical coordinates of the sound source with respect to the listener
|
sl@0
|
2354 |
# (Int Azimuth, Int Elevation, Int Radius).
|
sl@0
|
2355 |
# Azimuth - The Azimuth (thousandths of radians)
|
sl@0
|
2356 |
# Elevation - The elevation (thousandths of radians)
|
sl@0
|
2357 |
# Radius - The radius (in millimeters)
|
sl@0
|
2358 |
# Factor - A factor value in hundredths that ranges from 0 to FactorMax(), where 100 corresponds
|
sl@0
|
2359 |
# to 1.00, 200 corresponds to 2.00, etc. The factor is a multiplier that either exaggerates the
|
sl@0
|
2360 |
# doppler effect or reduces it (Uint Factor: 0 to 2).
|
sl@0
|
2361 |
|
sl@0
|
2362 |
|
sl@0
|
2363 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2364 |
//Optional: Title, rest of the tags
|
sl@0
|
2365 |
[TestCase]
|
sl@0
|
2366 |
id 1101
|
sl@0
|
2367 |
Title ListenerDoppler.Player.Create.01 - Create ListenerDoppler and assign it to Player.
|
sl@0
|
2368 |
AudioEffect ListenerDoppler
|
sl@0
|
2369 |
AssignEffect Player
|
sl@0
|
2370 |
[End_TestCase]
|
sl@0
|
2371 |
|
sl@0
|
2372 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2373 |
//Optional: Title, rest of the tags
|
sl@0
|
2374 |
[TestCase]
|
sl@0
|
2375 |
id 1101
|
sl@0
|
2376 |
Title ListenerDoppler.Recorder.Create.02 - Create ListenerDoppler and assign it to Recorder.
|
sl@0
|
2377 |
AudioEffect ListenerDoppler
|
sl@0
|
2378 |
AssignEffect Recorder
|
sl@0
|
2379 |
[End_TestCase]
|
sl@0
|
2380 |
|
sl@0
|
2381 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2382 |
//Optional: Title, rest of the tags
|
sl@0
|
2383 |
[TestCase]
|
sl@0
|
2384 |
id 1101
|
sl@0
|
2385 |
Title ListenerDoppler.Converter.Create.03 - Create ListenerDoppler and assign it to Converter.
|
sl@0
|
2386 |
AudioEffect ListenerDoppler
|
sl@0
|
2387 |
AssignEffect Converter
|
sl@0
|
2388 |
[End_TestCase]
|
sl@0
|
2389 |
|
sl@0
|
2390 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2391 |
//Optional: Title, rest of the tags
|
sl@0
|
2392 |
[TestCase]
|
sl@0
|
2393 |
id 1101
|
sl@0
|
2394 |
Title ListenerDoppler.Tone.Create.04 - Create ListenerDoppler and assign it to Tone.
|
sl@0
|
2395 |
AudioEffect ListenerDoppler
|
sl@0
|
2396 |
AssignEffect Tone
|
sl@0
|
2397 |
[End_TestCase]
|
sl@0
|
2398 |
|
sl@0
|
2399 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2400 |
//Optional: Title, rest of the tags
|
sl@0
|
2401 |
[TestCase]
|
sl@0
|
2402 |
id 1101
|
sl@0
|
2403 |
Title ListenerDoppler.DevSound.Create.05 - Create ListenerDoppler and assign it to DevSound.
|
sl@0
|
2404 |
AudioEffect ListenerDoppler
|
sl@0
|
2405 |
AssignEffect DevSound
|
sl@0
|
2406 |
[End_TestCase]
|
sl@0
|
2407 |
|
sl@0
|
2408 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2409 |
//Optional: Title, rest of the tags
|
sl@0
|
2410 |
[TestCase]
|
sl@0
|
2411 |
id 1101
|
sl@0
|
2412 |
Title ListenerDoppler.CustomCommand.Create.06 - Create ListenerDoppler and assign it to CustomCommand.
|
sl@0
|
2413 |
AudioEffect ListenerDoppler
|
sl@0
|
2414 |
AssignEffect CustomCommand
|
sl@0
|
2415 |
[End_TestCase]
|
sl@0
|
2416 |
|
sl@0
|
2417 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2418 |
//Optional: Title, rest of the tags
|
sl@0
|
2419 |
[TestCase]
|
sl@0
|
2420 |
id 1101
|
sl@0
|
2421 |
Title ListenerDoppler.CustomInterface.Create.07 - Create ListenerDoppler and assign it to CustomInterface.
|
sl@0
|
2422 |
AudioEffect ListenerDoppler
|
sl@0
|
2423 |
AssignEffect CustomInterface
|
sl@0
|
2424 |
[End_TestCase]
|
sl@0
|
2425 |
|
sl@0
|
2426 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2427 |
//Optional: Title, rest of the tags
|
sl@0
|
2428 |
[TestCase]
|
sl@0
|
2429 |
id 1101
|
sl@0
|
2430 |
Title ListenerDoppler.InputStream.Create.08 - Create ListenerDoppler and assign it to InputStream.
|
sl@0
|
2431 |
AudioEffect ListenerDoppler
|
sl@0
|
2432 |
AssignEffect InputStream
|
sl@0
|
2433 |
[End_TestCase]
|
sl@0
|
2434 |
|
sl@0
|
2435 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2436 |
//Optional: Title, rest of the tags
|
sl@0
|
2437 |
[TestCase]
|
sl@0
|
2438 |
id 1101
|
sl@0
|
2439 |
Title ListenerDoppler.OutputStream.Create.09 - Create ListenerDoppler and assign it to OutputStream.
|
sl@0
|
2440 |
AudioEffect ListenerDoppler
|
sl@0
|
2441 |
AssignEffect OutputStream
|
sl@0
|
2442 |
[End_TestCase]
|
sl@0
|
2443 |
|
sl@0
|
2444 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2445 |
//Optional: Title, rest of the tags
|
sl@0
|
2446 |
[TestCase]
|
sl@0
|
2447 |
id 1101
|
sl@0
|
2448 |
Title ListenerDoppler.MidiClient.Create.10 - Create ListenerDoppler and assign it to MidiClient.
|
sl@0
|
2449 |
AudioEffect ListenerDoppler
|
sl@0
|
2450 |
AssignEffect MidiClient
|
sl@0
|
2451 |
[End_TestCase]
|
sl@0
|
2452 |
|
sl@0
|
2453 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2454 |
//Optional: Title, rest of the tags
|
sl@0
|
2455 |
[TestCase]
|
sl@0
|
2456 |
id 1101
|
sl@0
|
2457 |
Title ListenerDoppler.DrmPlayer.Create.11 - Create ListenerDoppler and assign it to DrmPlayer.
|
sl@0
|
2458 |
AudioEffect ListenerDoppler
|
sl@0
|
2459 |
AssignEffect DrmPlayer
|
sl@0
|
2460 |
[End_TestCase]
|
sl@0
|
2461 |
|
sl@0
|
2462 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2463 |
//Optional: Title, rest of the tags
|
sl@0
|
2464 |
[TestCase]
|
sl@0
|
2465 |
id 1101
|
sl@0
|
2466 |
Title ListenerDoppler.VideoPlayer.Create.12 - Create ListenerDoppler and assign it to VideoPlayer.
|
sl@0
|
2467 |
AudioEffect ListenerDoppler
|
sl@0
|
2468 |
AssignEffect VideoPlayer
|
sl@0
|
2469 |
[End_TestCase]
|
sl@0
|
2470 |
|
sl@0
|
2471 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2472 |
//Optional: Title, rest of the tags
|
sl@0
|
2473 |
[TestCase]
|
sl@0
|
2474 |
id 1101
|
sl@0
|
2475 |
Title ListenerDoppler.PLAYER.RegisterEffect.13 - Register ListenerDoppler
|
sl@0
|
2476 |
AudioEffect ListenerDoppler
|
sl@0
|
2477 |
AssignEffect Player
|
sl@0
|
2478 |
RegisterEffect
|
sl@0
|
2479 |
[End_TestCase]
|
sl@0
|
2480 |
|
sl@0
|
2481 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2482 |
//Optional: Title, rest of the tags
|
sl@0
|
2483 |
[TestCase]
|
sl@0
|
2484 |
id 1101
|
sl@0
|
2485 |
Title ListenerDoppler.Player.UnRegisterEffect.14 - Unregister ListenerDoppler
|
sl@0
|
2486 |
AudioEffect ListenerDoppler
|
sl@0
|
2487 |
AssignEffect Player
|
sl@0
|
2488 |
RegisterEffect
|
sl@0
|
2489 |
UnRegisterEffect
|
sl@0
|
2490 |
[End_TestCase]
|
sl@0
|
2491 |
|
sl@0
|
2492 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2493 |
//Optional: Title, rest of the tags
|
sl@0
|
2494 |
[TestCase]
|
sl@0
|
2495 |
id 1101
|
sl@0
|
2496 |
Title ListenerDoppler.Player.Enable.15 - Enable ListenerDoppler
|
sl@0
|
2497 |
AudioEffect ListenerDoppler
|
sl@0
|
2498 |
AssignEffect Player
|
sl@0
|
2499 |
RegisterEffect
|
sl@0
|
2500 |
Enable
|
sl@0
|
2501 |
[End_TestCase]
|
sl@0
|
2502 |
|
sl@0
|
2503 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2504 |
//Optional: Title, rest of the tags
|
sl@0
|
2505 |
[TestCase]
|
sl@0
|
2506 |
id 1101
|
sl@0
|
2507 |
Title ListenerDoppler.Player.Disable.16 - Disable ListenerDoppler
|
sl@0
|
2508 |
AudioEffect ListenerDoppler
|
sl@0
|
2509 |
AssignEffect Player
|
sl@0
|
2510 |
RegisterEffect
|
sl@0
|
2511 |
Enable
|
sl@0
|
2512 |
CartesianVelocity 105 205 155
|
sl@0
|
2513 |
Disable
|
sl@0
|
2514 |
[End_TestCase]
|
sl@0
|
2515 |
|
sl@0
|
2516 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2517 |
//Optional: Title, rest of the tags
|
sl@0
|
2518 |
[TestCase]
|
sl@0
|
2519 |
id 1101
|
sl@0
|
2520 |
Title ListenerDoppler.Player.Enforce.17 - Enforce ListenerDoppler
|
sl@0
|
2521 |
AudioEffect ListenerDoppler
|
sl@0
|
2522 |
AssignEffect Player
|
sl@0
|
2523 |
RegisterEffect
|
sl@0
|
2524 |
Enable
|
sl@0
|
2525 |
Enforce 1
|
sl@0
|
2526 |
[End_TestCase]
|
sl@0
|
2527 |
|
sl@0
|
2528 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2529 |
//Optional: Title, rest of the tags
|
sl@0
|
2530 |
[TestCase]
|
sl@0
|
2531 |
id 1101
|
sl@0
|
2532 |
Title ListenerDoppler.Player.CartesianVelocity.18 - Set Cartesian Velocity
|
sl@0
|
2533 |
AudioEffect ListenerDoppler
|
sl@0
|
2534 |
AssignEffect Player
|
sl@0
|
2535 |
RegisterEffect
|
sl@0
|
2536 |
CartesianVelocity 100 200 150
|
sl@0
|
2537 |
Enable
|
sl@0
|
2538 |
[End_TestCase]
|
sl@0
|
2539 |
|
sl@0
|
2540 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2541 |
//Optional: Title, rest of the tags
|
sl@0
|
2542 |
[TestCase]
|
sl@0
|
2543 |
id 1101
|
sl@0
|
2544 |
Title ListenerDoppler.Player.SphericalVelocity.19 - Set Spherical Velocity
|
sl@0
|
2545 |
AudioEffect ListenerDoppler
|
sl@0
|
2546 |
AssignEffect Player
|
sl@0
|
2547 |
RegisterEffect
|
sl@0
|
2548 |
SphericalVelocity 1600 2000 250
|
sl@0
|
2549 |
Enable
|
sl@0
|
2550 |
[End_TestCase]
|
sl@0
|
2551 |
|
sl@0
|
2552 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2553 |
//Optional: Title, rest of the tags
|
sl@0
|
2554 |
[TestCase]
|
sl@0
|
2555 |
id 1101
|
sl@0
|
2556 |
Title ListenerDoppler.Player.Factor.20 - Set Factor
|
sl@0
|
2557 |
AudioEffect ListenerDoppler
|
sl@0
|
2558 |
AssignEffect Player
|
sl@0
|
2559 |
RegisterEffect
|
sl@0
|
2560 |
Factor 0
|
sl@0
|
2561 |
Enable
|
sl@0
|
2562 |
[End_TestCase]
|
sl@0
|
2563 |
|
sl@0
|
2564 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2565 |
//Optional: Title, rest of the tags
|
sl@0
|
2566 |
[TestCase]
|
sl@0
|
2567 |
id 1101
|
sl@0
|
2568 |
Title ListenerDoppler.Player.ApplySettings.21 - Apply settings
|
sl@0
|
2569 |
AudioEffect ListenerDoppler
|
sl@0
|
2570 |
AssignEffect Player
|
sl@0
|
2571 |
RegisterEffect
|
sl@0
|
2572 |
Enable
|
sl@0
|
2573 |
CartesianVelocity 300 400 350
|
sl@0
|
2574 |
SphericalVelocity 2600 1000 450
|
sl@0
|
2575 |
Factor 1
|
sl@0
|
2576 |
ApplySettings
|
sl@0
|
2577 |
[End_TestCase]
|
sl@0
|
2578 |
|
sl@0
|
2579 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2580 |
//Optional: Title, rest of the tags
|
sl@0
|
2581 |
[TestCase]
|
sl@0
|
2582 |
id 1101
|
sl@0
|
2583 |
Title ListenerDoppler.Player.DisplayData.22 - Display ListenerDoppler Data
|
sl@0
|
2584 |
AudioEffect ListenerDoppler
|
sl@0
|
2585 |
AssignEffect Player
|
sl@0
|
2586 |
RegisterEffect
|
sl@0
|
2587 |
Enable
|
sl@0
|
2588 |
Enforce 1
|
sl@0
|
2589 |
CartesianVelocity 333 444 555
|
sl@0
|
2590 |
SphericalVelocity 1230 2340 340
|
sl@0
|
2591 |
Factor 2
|
sl@0
|
2592 |
ApplySettings
|
sl@0
|
2593 |
DisplayData
|
sl@0
|
2594 |
[End_TestCase]
|
sl@0
|
2595 |
|
sl@0
|
2596 |
|
sl@0
|
2597 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
2598 |
# specify whether they are required or optional.
|
sl@0
|
2599 |
#
|
sl@0
|
2600 |
# TAGS:
|
sl@0
|
2601 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
2602 |
# Title - Text to identify the test case and describe it
|
sl@0
|
2603 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
2604 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
2605 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
2606 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
2607 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
2608 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
2609 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
2610 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
2611 |
# Enable - Enable Audio Effect
|
sl@0
|
2612 |
# Disable - Disable Audio Effect
|
sl@0
|
2613 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
2614 |
# DisplayData - Display Audio Effect info
|
sl@0
|
2615 |
# LocationCartesian - The Cartesian coordinates for the location of the position.
|
sl@0
|
2616 |
# (Int X, Int Y, Int Z).
|
sl@0
|
2617 |
# X, Y, Z - Location in mm.
|
sl@0
|
2618 |
# LocationSpherical - The spherical coordinates for the location of the position.
|
sl@0
|
2619 |
# (Int Azimuth, Int Elevation, Int Radius).
|
sl@0
|
2620 |
# Azimuth - The Azimuth (thousandths of radians)
|
sl@0
|
2621 |
# Elevation - The elevation (thousandths of radians)
|
sl@0
|
2622 |
# Radius - The radius (in millimeters)
|
sl@0
|
2623 |
|
sl@0
|
2624 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2625 |
//Optional: Title, rest of the tags
|
sl@0
|
2626 |
[TestCase]
|
sl@0
|
2627 |
id 1101
|
sl@0
|
2628 |
Title ListenerLocation.Recorder.DisplayData.01 - Display ListenerLocation Data
|
sl@0
|
2629 |
AudioEffect ListenerLocation
|
sl@0
|
2630 |
AssignEffect Recorder
|
sl@0
|
2631 |
RegisterEffect
|
sl@0
|
2632 |
Enable
|
sl@0
|
2633 |
Enforce 1
|
sl@0
|
2634 |
LocationCartesian 333 444 555
|
sl@0
|
2635 |
LocationSpherical 1230 2340 340
|
sl@0
|
2636 |
ApplySettings
|
sl@0
|
2637 |
DisplayData
|
sl@0
|
2638 |
[End_TestCase]
|
sl@0
|
2639 |
|
sl@0
|
2640 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2641 |
//Optional: Title, rest of the tags
|
sl@0
|
2642 |
[TestCase]
|
sl@0
|
2643 |
id 1101
|
sl@0
|
2644 |
Title ListenerLocation.Converter.ApplySettings.02 - Apply settings
|
sl@0
|
2645 |
AudioEffect ListenerLocation
|
sl@0
|
2646 |
AssignEffect Converter
|
sl@0
|
2647 |
RegisterEffect
|
sl@0
|
2648 |
Enable
|
sl@0
|
2649 |
LocationCartesian 300 400 350
|
sl@0
|
2650 |
LocationSpherical 2600 1000 450
|
sl@0
|
2651 |
ApplySettings
|
sl@0
|
2652 |
[End_TestCase]
|
sl@0
|
2653 |
|
sl@0
|
2654 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2655 |
//Optional: Title, rest of the tags
|
sl@0
|
2656 |
[TestCase]
|
sl@0
|
2657 |
id 1101
|
sl@0
|
2658 |
Title ListenerLocation.DevSound.LocationSpherical.03 - Set LocationSpherical
|
sl@0
|
2659 |
AudioEffect ListenerLocation
|
sl@0
|
2660 |
AssignEffect DevSound
|
sl@0
|
2661 |
RegisterEffect
|
sl@0
|
2662 |
LocationSpherical 1600 2000 250
|
sl@0
|
2663 |
Enable
|
sl@0
|
2664 |
[End_TestCase]
|
sl@0
|
2665 |
|
sl@0
|
2666 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2667 |
//Optional: Title, rest of the tags
|
sl@0
|
2668 |
[TestCase]
|
sl@0
|
2669 |
id 1101
|
sl@0
|
2670 |
Title ListenerLocation.CustomCommand.LocationCartesian.04 - Set LocationCartesian
|
sl@0
|
2671 |
AudioEffect ListenerLocation
|
sl@0
|
2672 |
AssignEffect CustomCommand
|
sl@0
|
2673 |
RegisterEffect
|
sl@0
|
2674 |
LocationCartesian 100 200 150
|
sl@0
|
2675 |
Enable
|
sl@0
|
2676 |
[End_TestCase]
|
sl@0
|
2677 |
|
sl@0
|
2678 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2679 |
//Optional: Title, rest of the tags
|
sl@0
|
2680 |
[TestCase]
|
sl@0
|
2681 |
id 1101
|
sl@0
|
2682 |
Title ListenerLocation.CustomInterface.Enforce.05 - Enforce ListenerLocation
|
sl@0
|
2683 |
AudioEffect ListenerLocation
|
sl@0
|
2684 |
AssignEffect CustomInterface
|
sl@0
|
2685 |
RegisterEffect
|
sl@0
|
2686 |
Enable
|
sl@0
|
2687 |
Enforce 1
|
sl@0
|
2688 |
[End_TestCase]
|
sl@0
|
2689 |
|
sl@0
|
2690 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2691 |
//Optional: Title, rest of the tags
|
sl@0
|
2692 |
[TestCase]
|
sl@0
|
2693 |
id 1101
|
sl@0
|
2694 |
Title ListenerLocation.InputStream.Disable.06 - Disable ListenerLocation
|
sl@0
|
2695 |
AudioEffect ListenerLocation
|
sl@0
|
2696 |
AssignEffect InputStream
|
sl@0
|
2697 |
RegisterEffect
|
sl@0
|
2698 |
Enable
|
sl@0
|
2699 |
LocationCartesian 103 203 153
|
sl@0
|
2700 |
Disable
|
sl@0
|
2701 |
[End_TestCase]
|
sl@0
|
2702 |
|
sl@0
|
2703 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2704 |
//Optional: Title, rest of the tags
|
sl@0
|
2705 |
[TestCase]
|
sl@0
|
2706 |
id 1101
|
sl@0
|
2707 |
Title ListenerLocation.OutputStream.Enable.07 - Enable ListenerLocation
|
sl@0
|
2708 |
AudioEffect ListenerLocation
|
sl@0
|
2709 |
AssignEffect OutputStream
|
sl@0
|
2710 |
RegisterEffect
|
sl@0
|
2711 |
Enable
|
sl@0
|
2712 |
[End_TestCase]
|
sl@0
|
2713 |
|
sl@0
|
2714 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2715 |
//Optional: Title, rest of the tags
|
sl@0
|
2716 |
[TestCase]
|
sl@0
|
2717 |
id 1101
|
sl@0
|
2718 |
Title ListenerLocation.MidiClient.UnRegisterEffect.08 - Unregister ListenerLocation
|
sl@0
|
2719 |
AudioEffect ListenerLocation
|
sl@0
|
2720 |
AssignEffect MidiClient
|
sl@0
|
2721 |
RegisterEffect
|
sl@0
|
2722 |
UnRegisterEffect
|
sl@0
|
2723 |
[End_TestCase]
|
sl@0
|
2724 |
|
sl@0
|
2725 |
|
sl@0
|
2726 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2727 |
//Optional: Title, rest of the tags
|
sl@0
|
2728 |
[TestCase]
|
sl@0
|
2729 |
id 1101
|
sl@0
|
2730 |
Title ListenerLocation.DrmPlayer.Create.09 - Create ListenerLocation and assign it to DrmPlayer.
|
sl@0
|
2731 |
AudioEffect ListenerLocation
|
sl@0
|
2732 |
AssignEffect DrmPlayer
|
sl@0
|
2733 |
[End_TestCase]
|
sl@0
|
2734 |
|
sl@0
|
2735 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2736 |
//Optional: Title, rest of the tags
|
sl@0
|
2737 |
[TestCase]
|
sl@0
|
2738 |
id 1101
|
sl@0
|
2739 |
Title ListenerLocation.VideoPlayer.Create.10 - Create ListenerLocation and assign it to VideoPlayer.
|
sl@0
|
2740 |
AudioEffect ListenerLocation
|
sl@0
|
2741 |
AssignEffect VideoPlayer
|
sl@0
|
2742 |
[End_TestCase]
|
sl@0
|
2743 |
|
sl@0
|
2744 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2745 |
//Optional: Title, rest of the tags
|
sl@0
|
2746 |
[TestCase]
|
sl@0
|
2747 |
id 1101
|
sl@0
|
2748 |
Title ListenerLocation.Player.Create.11 - Create ListenerLocation and assign it to Player.
|
sl@0
|
2749 |
AudioEffect ListenerLocation
|
sl@0
|
2750 |
AssignEffect Player
|
sl@0
|
2751 |
[End_TestCase]
|
sl@0
|
2752 |
|
sl@0
|
2753 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2754 |
//Optional: Title, rest of the tags
|
sl@0
|
2755 |
[TestCase]
|
sl@0
|
2756 |
id 1101
|
sl@0
|
2757 |
Title ListenerLocation.PLAYER.RegisterEffect.12 - Register ListenerLocation
|
sl@0
|
2758 |
AudioEffect ListenerLocation
|
sl@0
|
2759 |
AssignEffect Player
|
sl@0
|
2760 |
RegisterEffect
|
sl@0
|
2761 |
[End_TestCase]
|
sl@0
|
2762 |
|
sl@0
|
2763 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2764 |
//Optional: Title, rest of the tags
|
sl@0
|
2765 |
[TestCase]
|
sl@0
|
2766 |
id 1101
|
sl@0
|
2767 |
Title ListenerLocation.Tone.Create.13 - Create ListenerLocation and assign it to Tone.
|
sl@0
|
2768 |
AudioEffect ListenerLocation
|
sl@0
|
2769 |
AssignEffect Tone
|
sl@0
|
2770 |
[End_TestCase]
|
sl@0
|
2771 |
|
sl@0
|
2772 |
|
sl@0
|
2773 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
2774 |
# specify whether they are required or optional.
|
sl@0
|
2775 |
#
|
sl@0
|
2776 |
# TAGS:
|
sl@0
|
2777 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
2778 |
# Title - Text to identify the test case and describe it
|
sl@0
|
2779 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
2780 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
2781 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
2782 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
2783 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
2784 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
2785 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
2786 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
2787 |
# Enable - Enable Audio Effect
|
sl@0
|
2788 |
# Disable - Disable Audio Effect
|
sl@0
|
2789 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
2790 |
# DisplayData - Display Audio Effect info
|
sl@0
|
2791 |
# Orientation - The orientation values for the position (Int Heading, Int Pitch, Int Roll).
|
sl@0
|
2792 |
# Heading - The heading value (in thousandths of radians).
|
sl@0
|
2793 |
# Pitch - The pitch value (in thousandths of radians).
|
sl@0
|
2794 |
# Roll - The roll value (in thousandths of radians).
|
sl@0
|
2795 |
# OrientationVectors - The orientation vectors for the position (Int FrontX, Int FrontY, Int FrontZ, Int AboveX, Int AboveY, Int AboveZ).
|
sl@0
|
2796 |
# FrontX - X-component of the front vector.
|
sl@0
|
2797 |
# FrontY - Y-component of the front vector.
|
sl@0
|
2798 |
# FrontZ - Z-component of the front vector.
|
sl@0
|
2799 |
# AboveX - X-component of the above vector.
|
sl@0
|
2800 |
# AboveY - Y-component of the above vector.
|
sl@0
|
2801 |
# AboveZ - Z-component of the above vector.
|
sl@0
|
2802 |
|
sl@0
|
2803 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2804 |
//Optional: Title, rest of the tags
|
sl@0
|
2805 |
[TestCase]
|
sl@0
|
2806 |
id 1101
|
sl@0
|
2807 |
Title ListenerOrientation.MidiClient.Enable.08 - Enable ListenerOrientation
|
sl@0
|
2808 |
AudioEffect ListenerOrientation
|
sl@0
|
2809 |
AssignEffect MidiClient
|
sl@0
|
2810 |
RegisterEffect
|
sl@0
|
2811 |
Enable
|
sl@0
|
2812 |
[End_TestCase]
|
sl@0
|
2813 |
|
sl@0
|
2814 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2815 |
//Optional: Title, rest of the tags
|
sl@0
|
2816 |
[TestCase]
|
sl@0
|
2817 |
id 1101
|
sl@0
|
2818 |
Title ListenerOrientation.VideoPlayer.Enable.09 - Enable ListenerOrientation
|
sl@0
|
2819 |
AudioEffect ListenerOrientation
|
sl@0
|
2820 |
AssignEffect VideoPlayer
|
sl@0
|
2821 |
RegisterEffect
|
sl@0
|
2822 |
Enable
|
sl@0
|
2823 |
[End_TestCase]
|
sl@0
|
2824 |
|
sl@0
|
2825 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2826 |
//Optional: Title, rest of the tags
|
sl@0
|
2827 |
[TestCase]
|
sl@0
|
2828 |
id 1101
|
sl@0
|
2829 |
Title ListenerOrientation.DrmPlayer.RegisterEffect.10 - Register ListenerOrientation
|
sl@0
|
2830 |
AudioEffect ListenerOrientation
|
sl@0
|
2831 |
AssignEffect DrmPlayer
|
sl@0
|
2832 |
RegisterEffect
|
sl@0
|
2833 |
[End_TestCase]
|
sl@0
|
2834 |
|
sl@0
|
2835 |
|
sl@0
|
2836 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2837 |
//Optional: Title, rest of the tags
|
sl@0
|
2838 |
[TestCase]
|
sl@0
|
2839 |
id 1101
|
sl@0
|
2840 |
Title ListenerOrientation.Player.Create.11 - Create ListenerOrientation and assign it to Player.
|
sl@0
|
2841 |
AudioEffect ListenerOrientation
|
sl@0
|
2842 |
AssignEffect Player
|
sl@0
|
2843 |
[End_TestCase]
|
sl@0
|
2844 |
|
sl@0
|
2845 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2846 |
//Optional: Title, rest of the tags
|
sl@0
|
2847 |
[TestCase]
|
sl@0
|
2848 |
id 1101
|
sl@0
|
2849 |
Title ListenerOrientation.PLAYER.RegisterEffect.12 - Register ListenerOrientation
|
sl@0
|
2850 |
AudioEffect ListenerOrientation
|
sl@0
|
2851 |
AssignEffect Player
|
sl@0
|
2852 |
RegisterEffect
|
sl@0
|
2853 |
[End_TestCase]
|
sl@0
|
2854 |
|
sl@0
|
2855 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2856 |
//Optional: Title, rest of the tags
|
sl@0
|
2857 |
[TestCase]
|
sl@0
|
2858 |
id 1101
|
sl@0
|
2859 |
Title ListenerOrientation.Recorder.UnRegisterEffect.13 - Unregister ListenerOrientation
|
sl@0
|
2860 |
AudioEffect ListenerOrientation
|
sl@0
|
2861 |
AssignEffect Recorder
|
sl@0
|
2862 |
RegisterEffect
|
sl@0
|
2863 |
UnRegisterEffect
|
sl@0
|
2864 |
[End_TestCase]
|
sl@0
|
2865 |
|
sl@0
|
2866 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2867 |
//Optional: Title, rest of the tags
|
sl@0
|
2868 |
[TestCase]
|
sl@0
|
2869 |
id 1101
|
sl@0
|
2870 |
Title ListenerOrientation.Converter.Enable.14 - Enable ListenerOrientation
|
sl@0
|
2871 |
AudioEffect ListenerOrientation
|
sl@0
|
2872 |
AssignEffect Converter
|
sl@0
|
2873 |
RegisterEffect
|
sl@0
|
2874 |
Enable
|
sl@0
|
2875 |
[End_TestCase]
|
sl@0
|
2876 |
|
sl@0
|
2877 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2878 |
//Optional: Title, rest of the tags
|
sl@0
|
2879 |
[TestCase]
|
sl@0
|
2880 |
id 1101
|
sl@0
|
2881 |
Title ListenerOrientation.Tone.Disable.15 - Disable ListenerOrientation
|
sl@0
|
2882 |
AudioEffect ListenerOrientation
|
sl@0
|
2883 |
AssignEffect Tone
|
sl@0
|
2884 |
RegisterEffect
|
sl@0
|
2885 |
Enable
|
sl@0
|
2886 |
Orientation 2005 1245 1685
|
sl@0
|
2887 |
Disable
|
sl@0
|
2888 |
[End_TestCase]
|
sl@0
|
2889 |
|
sl@0
|
2890 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2891 |
//Optional: Title, rest of the tags
|
sl@0
|
2892 |
[TestCase]
|
sl@0
|
2893 |
id 1101
|
sl@0
|
2894 |
Title ListenerOrientation.DevSound.Enforce.16 - Enforce ListenerOrientation
|
sl@0
|
2895 |
AudioEffect ListenerOrientation
|
sl@0
|
2896 |
AssignEffect DevSound
|
sl@0
|
2897 |
RegisterEffect
|
sl@0
|
2898 |
Enable
|
sl@0
|
2899 |
Enforce 1
|
sl@0
|
2900 |
[End_TestCase]
|
sl@0
|
2901 |
|
sl@0
|
2902 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2903 |
//Optional: Title, rest of the tags
|
sl@0
|
2904 |
[TestCase]
|
sl@0
|
2905 |
id 1101
|
sl@0
|
2906 |
Title ListenerOrientation.CustomCommand.Orientation.17 - Set Orientation
|
sl@0
|
2907 |
AudioEffect ListenerOrientation
|
sl@0
|
2908 |
AssignEffect CustomCommand
|
sl@0
|
2909 |
RegisterEffect
|
sl@0
|
2910 |
Orientation 2000 1240 1680
|
sl@0
|
2911 |
Enable
|
sl@0
|
2912 |
[End_TestCase]
|
sl@0
|
2913 |
|
sl@0
|
2914 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2915 |
//Optional: Title, rest of the tags
|
sl@0
|
2916 |
[TestCase]
|
sl@0
|
2917 |
id 1101
|
sl@0
|
2918 |
Title ListenerOrientation.CustomInterface.OrientationVectors.18 - Set OrientationVectors
|
sl@0
|
2919 |
AudioEffect ListenerOrientation
|
sl@0
|
2920 |
AssignEffect CustomInterface
|
sl@0
|
2921 |
RegisterEffect
|
sl@0
|
2922 |
OrientationVectors 3 4 5 6 7 8
|
sl@0
|
2923 |
Enable
|
sl@0
|
2924 |
[End_TestCase]
|
sl@0
|
2925 |
|
sl@0
|
2926 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2927 |
//Optional: Title, rest of the tags
|
sl@0
|
2928 |
[TestCase]
|
sl@0
|
2929 |
id 1101
|
sl@0
|
2930 |
Title ListenerOrientation.InputStream.ApplySettings.19 - Apply settings
|
sl@0
|
2931 |
AudioEffect ListenerOrientation
|
sl@0
|
2932 |
AssignEffect InputStream
|
sl@0
|
2933 |
RegisterEffect
|
sl@0
|
2934 |
Enable
|
sl@0
|
2935 |
Orientation 2468 1357 1111
|
sl@0
|
2936 |
OrientationVectors 10 13 17 19 25 32
|
sl@0
|
2937 |
ApplySettings
|
sl@0
|
2938 |
[End_TestCase]
|
sl@0
|
2939 |
|
sl@0
|
2940 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2941 |
//Optional: Title, rest of the tags
|
sl@0
|
2942 |
[TestCase]
|
sl@0
|
2943 |
id 1101
|
sl@0
|
2944 |
Title ListenerOrientation.OutputStream.DisplayData.20 - Display ListenerOrientation Data
|
sl@0
|
2945 |
AudioEffect ListenerOrientation
|
sl@0
|
2946 |
AssignEffect OutputStream
|
sl@0
|
2947 |
RegisterEffect
|
sl@0
|
2948 |
Enable
|
sl@0
|
2949 |
Enforce 1
|
sl@0
|
2950 |
Orientation 3004 2736 1847
|
sl@0
|
2951 |
OrientationVectors 9 8 7 1 2 3
|
sl@0
|
2952 |
ApplySettings
|
sl@0
|
2953 |
DisplayData
|
sl@0
|
2954 |
[End_TestCase]
|
sl@0
|
2955 |
|
sl@0
|
2956 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
2957 |
# specify whether they are required or optional.
|
sl@0
|
2958 |
#
|
sl@0
|
2959 |
# TAGS:
|
sl@0
|
2960 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
2961 |
# Title - Text to identify the test case and describe it
|
sl@0
|
2962 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
2963 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
2964 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
2965 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
2966 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
2967 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
2968 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
2969 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
2970 |
# Enable - Enable Audio Effect
|
sl@0
|
2971 |
# Disable - Disable Audio Effect
|
sl@0
|
2972 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
2973 |
# DisplayData - Display Audio Effect info
|
sl@0
|
2974 |
|
sl@0
|
2975 |
|
sl@0
|
2976 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2977 |
//Optional: Title, rest of the tags
|
sl@0
|
2978 |
[TestCase]
|
sl@0
|
2979 |
id 1101
|
sl@0
|
2980 |
Title Loudness.DrmPlayer.UnRegisterEffect.03 - Unregister Loudness
|
sl@0
|
2981 |
AudioEffect Loudness
|
sl@0
|
2982 |
AssignEffect DrmPlayer
|
sl@0
|
2983 |
RegisterEffect
|
sl@0
|
2984 |
UnRegisterEffect
|
sl@0
|
2985 |
[End_TestCase]
|
sl@0
|
2986 |
|
sl@0
|
2987 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2988 |
//Optional: Title, rest of the tags
|
sl@0
|
2989 |
[TestCase]
|
sl@0
|
2990 |
id 1101
|
sl@0
|
2991 |
Title Loudness.VideoPlayer.Enable.04 - Enable Loudness
|
sl@0
|
2992 |
AudioEffect Loudness
|
sl@0
|
2993 |
AssignEffect VideoPlayer
|
sl@0
|
2994 |
RegisterEffect
|
sl@0
|
2995 |
Enable
|
sl@0
|
2996 |
[End_TestCase]
|
sl@0
|
2997 |
|
sl@0
|
2998 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
2999 |
//Optional: Title, rest of the tags
|
sl@0
|
3000 |
[TestCase]
|
sl@0
|
3001 |
id 1101
|
sl@0
|
3002 |
Title Loudness.CustomInterface.Disable.05 - Disable Loudness
|
sl@0
|
3003 |
AudioEffect Loudness
|
sl@0
|
3004 |
AssignEffect CustomInterface
|
sl@0
|
3005 |
RegisterEffect
|
sl@0
|
3006 |
Enable
|
sl@0
|
3007 |
Disable
|
sl@0
|
3008 |
[End_TestCase]
|
sl@0
|
3009 |
|
sl@0
|
3010 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3011 |
//Optional: Title, rest of the tags
|
sl@0
|
3012 |
[TestCase]
|
sl@0
|
3013 |
id 1101
|
sl@0
|
3014 |
Title Loudness.InputStream.Enforce.06 - Enforce Loudness
|
sl@0
|
3015 |
AudioEffect Loudness
|
sl@0
|
3016 |
AssignEffect InputStream
|
sl@0
|
3017 |
RegisterEffect
|
sl@0
|
3018 |
Enable
|
sl@0
|
3019 |
Enforce 1
|
sl@0
|
3020 |
[End_TestCase]
|
sl@0
|
3021 |
|
sl@0
|
3022 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3023 |
//Optional: Title, rest of the tags
|
sl@0
|
3024 |
[TestCase]
|
sl@0
|
3025 |
id 1101
|
sl@0
|
3026 |
Title Loudness.OutputStream.ApplySettings.07 - Apply settings
|
sl@0
|
3027 |
AudioEffect Loudness
|
sl@0
|
3028 |
AssignEffect OutputStream
|
sl@0
|
3029 |
RegisterEffect
|
sl@0
|
3030 |
Enable
|
sl@0
|
3031 |
ApplySettings
|
sl@0
|
3032 |
[End_TestCase]
|
sl@0
|
3033 |
|
sl@0
|
3034 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3035 |
//Optional: Title, rest of the tags
|
sl@0
|
3036 |
[TestCase]
|
sl@0
|
3037 |
id 1101
|
sl@0
|
3038 |
Title Loudness.MidiClient.DisplayData.08 - Display Loudness Data
|
sl@0
|
3039 |
AudioEffect Loudness
|
sl@0
|
3040 |
AssignEffect MidiClient
|
sl@0
|
3041 |
RegisterEffect
|
sl@0
|
3042 |
Enable
|
sl@0
|
3043 |
Enforce 1
|
sl@0
|
3044 |
DisplayData
|
sl@0
|
3045 |
[End_TestCase]
|
sl@0
|
3046 |
|
sl@0
|
3047 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3048 |
//Optional: Title, rest of the tags
|
sl@0
|
3049 |
[TestCase]
|
sl@0
|
3050 |
id 1101
|
sl@0
|
3051 |
Title Loudness.Player.Create.09 - Create Loudness and assign it to Player.
|
sl@0
|
3052 |
AudioEffect Loudness
|
sl@0
|
3053 |
AssignEffect Player
|
sl@0
|
3054 |
[End_TestCase]
|
sl@0
|
3055 |
|
sl@0
|
3056 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3057 |
//Optional: Title, rest of the tags
|
sl@0
|
3058 |
[TestCase]
|
sl@0
|
3059 |
id 1101
|
sl@0
|
3060 |
Title Loudness.PLAYER.RegisterEffect.10 - Register Loudness
|
sl@0
|
3061 |
AudioEffect Loudness
|
sl@0
|
3062 |
AssignEffect Player
|
sl@0
|
3063 |
RegisterEffect
|
sl@0
|
3064 |
[End_TestCase]
|
sl@0
|
3065 |
|
sl@0
|
3066 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3067 |
//Optional: Title, rest of the tags
|
sl@0
|
3068 |
[TestCase]
|
sl@0
|
3069 |
id 1101
|
sl@0
|
3070 |
Title Loudness.Recorder.UnRegisterEffect.11 - Unregister Loudness
|
sl@0
|
3071 |
AudioEffect Loudness
|
sl@0
|
3072 |
AssignEffect Recorder
|
sl@0
|
3073 |
RegisterEffect
|
sl@0
|
3074 |
UnRegisterEffect
|
sl@0
|
3075 |
[End_TestCase]
|
sl@0
|
3076 |
|
sl@0
|
3077 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3078 |
//Optional: Title, rest of the tags
|
sl@0
|
3079 |
[TestCase]
|
sl@0
|
3080 |
id 1101
|
sl@0
|
3081 |
Title Loudness.Converter.Enable.12 - Enable Loudness
|
sl@0
|
3082 |
AudioEffect Loudness
|
sl@0
|
3083 |
AssignEffect Converter
|
sl@0
|
3084 |
RegisterEffect
|
sl@0
|
3085 |
Enable
|
sl@0
|
3086 |
[End_TestCase]
|
sl@0
|
3087 |
|
sl@0
|
3088 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3089 |
//Optional: Title, rest of the tags
|
sl@0
|
3090 |
[TestCase]
|
sl@0
|
3091 |
id 1101
|
sl@0
|
3092 |
Title Loudness.Converter.Disable.13 - Disable Loudness
|
sl@0
|
3093 |
AudioEffect Loudness
|
sl@0
|
3094 |
AssignEffect Converter
|
sl@0
|
3095 |
RegisterEffect
|
sl@0
|
3096 |
Enable
|
sl@0
|
3097 |
Disable
|
sl@0
|
3098 |
[End_TestCase]
|
sl@0
|
3099 |
|
sl@0
|
3100 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3101 |
//Optional: Title, rest of the tags
|
sl@0
|
3102 |
[TestCase]
|
sl@0
|
3103 |
id 1101
|
sl@0
|
3104 |
Title Loudness.Tone.Enforce.14 - Enforce Loudness
|
sl@0
|
3105 |
AudioEffect Loudness
|
sl@0
|
3106 |
AssignEffect Tone
|
sl@0
|
3107 |
RegisterEffect
|
sl@0
|
3108 |
Enable
|
sl@0
|
3109 |
Enforce 1
|
sl@0
|
3110 |
[End_TestCase]
|
sl@0
|
3111 |
|
sl@0
|
3112 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3113 |
//Optional: Title, rest of the tags
|
sl@0
|
3114 |
[TestCase]
|
sl@0
|
3115 |
id 1101
|
sl@0
|
3116 |
Title Loudness.DevSound.ApplySettings.15 - Apply settings
|
sl@0
|
3117 |
AudioEffect Loudness
|
sl@0
|
3118 |
AssignEffect DevSound
|
sl@0
|
3119 |
RegisterEffect
|
sl@0
|
3120 |
Enable
|
sl@0
|
3121 |
ApplySettings
|
sl@0
|
3122 |
[End_TestCase]
|
sl@0
|
3123 |
|
sl@0
|
3124 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3125 |
//Optional: Title, rest of the tags
|
sl@0
|
3126 |
[TestCase]
|
sl@0
|
3127 |
id 1101
|
sl@0
|
3128 |
Title Loudness.CustomCommand.DisplayData.16 - Display Loudness Data
|
sl@0
|
3129 |
AudioEffect Loudness
|
sl@0
|
3130 |
AssignEffect CustomCommand
|
sl@0
|
3131 |
RegisterEffect
|
sl@0
|
3132 |
Enable
|
sl@0
|
3133 |
Enforce 1
|
sl@0
|
3134 |
DisplayData
|
sl@0
|
3135 |
[End_TestCase]
|
sl@0
|
3136 |
|
sl@0
|
3137 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
3138 |
# specify whether they are required or optional.
|
sl@0
|
3139 |
#
|
sl@0
|
3140 |
# TAGS:
|
sl@0
|
3141 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
3142 |
# Title - Text to identify the test case and describe it
|
sl@0
|
3143 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
3144 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
3145 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
3146 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
3147 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
3148 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
3149 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
3150 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
3151 |
# Enable - Enable Audio Effect
|
sl@0
|
3152 |
# Disable - Disable Audio Effect
|
sl@0
|
3153 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
3154 |
# DisplayData - Display Audio Effect info
|
sl@0
|
3155 |
# RoomLevel - The room level value.
|
sl@0
|
3156 |
|
sl@0
|
3157 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3158 |
//Optional: Title, rest of the tags
|
sl@0
|
3159 |
[TestCase]
|
sl@0
|
3160 |
id 1101
|
sl@0
|
3161 |
Title RoomLevel.CustomInterface.Create.00 - Create RoomLevel and assign it to CustomInterface.
|
sl@0
|
3162 |
AudioEffect RoomLevel
|
sl@0
|
3163 |
AssignEffect CustomInterface
|
sl@0
|
3164 |
[End_TestCase]
|
sl@0
|
3165 |
|
sl@0
|
3166 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3167 |
//Optional: Title, rest of the tags
|
sl@0
|
3168 |
[TestCase]
|
sl@0
|
3169 |
id 1101
|
sl@0
|
3170 |
Title RoomLevel.DevSound.Create.01 - Create RoomLevel and assign it to DevSound.
|
sl@0
|
3171 |
AudioEffect RoomLevel
|
sl@0
|
3172 |
AssignEffect DevSound
|
sl@0
|
3173 |
[End_TestCase]
|
sl@0
|
3174 |
|
sl@0
|
3175 |
|
sl@0
|
3176 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3177 |
//Optional: Title, rest of the tags
|
sl@0
|
3178 |
[TestCase]
|
sl@0
|
3179 |
id 1101
|
sl@0
|
3180 |
Title RoomLevel.VideoPlayer.Create.02 - Create RoomLevel and assign it to VideoPlayer.
|
sl@0
|
3181 |
AudioEffect RoomLevel
|
sl@0
|
3182 |
AssignEffect VideoPlayer
|
sl@0
|
3183 |
[End_TestCase]
|
sl@0
|
3184 |
|
sl@0
|
3185 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3186 |
//Optional: Title, rest of the tags
|
sl@0
|
3187 |
[TestCase]
|
sl@0
|
3188 |
id 1101
|
sl@0
|
3189 |
Title RoomLevel.VideoPlayer.03 - Enf_E_D_Set_ApplySet_Reg_Display_unreg RoomLevel
|
sl@0
|
3190 |
AudioEffect RoomLevel
|
sl@0
|
3191 |
AssignEffect VideoPlayer
|
sl@0
|
3192 |
RegisterEffect
|
sl@0
|
3193 |
Enable
|
sl@0
|
3194 |
Enforce 1
|
sl@0
|
3195 |
RoomLevel 55
|
sl@0
|
3196 |
Disable
|
sl@0
|
3197 |
RoomLevel 50
|
sl@0
|
3198 |
Enable
|
sl@0
|
3199 |
ApplySettings
|
sl@0
|
3200 |
DisplayData
|
sl@0
|
3201 |
UnRegisterEffect
|
sl@0
|
3202 |
[End_TestCase]
|
sl@0
|
3203 |
|
sl@0
|
3204 |
|
sl@0
|
3205 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3206 |
//Optional: Title, rest of the tags
|
sl@0
|
3207 |
[TestCase]
|
sl@0
|
3208 |
id 1101
|
sl@0
|
3209 |
Title RoomLevel.OutputStream.Create.04 - Create RoomLevel and assign it to OutputStream.
|
sl@0
|
3210 |
AudioEffect RoomLevel
|
sl@0
|
3211 |
AssignEffect OutputStream
|
sl@0
|
3212 |
[End_TestCase]
|
sl@0
|
3213 |
|
sl@0
|
3214 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3215 |
//Optional: Title, rest of the tags
|
sl@0
|
3216 |
[TestCase]
|
sl@0
|
3217 |
id 1101
|
sl@0
|
3218 |
Title RoomLevel.VideoPlayer.Enforce.05 - Enforce RoomLevel
|
sl@0
|
3219 |
AudioEffect RoomLevel
|
sl@0
|
3220 |
AssignEffect VideoPlayer
|
sl@0
|
3221 |
RegisterEffect
|
sl@0
|
3222 |
Enable
|
sl@0
|
3223 |
Enforce 1
|
sl@0
|
3224 |
[End_TestCase]
|
sl@0
|
3225 |
|
sl@0
|
3226 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3227 |
//Optional: Title, rest of the tags
|
sl@0
|
3228 |
[TestCase]
|
sl@0
|
3229 |
id 1101
|
sl@0
|
3230 |
Title RoomLevel.MidiClient.Create.6 - Create RoomLevel and assign it to MidiClient.
|
sl@0
|
3231 |
AudioEffect RoomLevel
|
sl@0
|
3232 |
AssignEffect MidiClient
|
sl@0
|
3233 |
[End_TestCase]
|
sl@0
|
3234 |
|
sl@0
|
3235 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3236 |
//Optional: Title, rest of the tags
|
sl@0
|
3237 |
[TestCase]
|
sl@0
|
3238 |
id 1101
|
sl@0
|
3239 |
Title RoomLevel.Player.Create.07 - Create RoomLevel and assign it to Player.
|
sl@0
|
3240 |
AudioEffect RoomLevel
|
sl@0
|
3241 |
AssignEffect Player
|
sl@0
|
3242 |
[End_TestCase]
|
sl@0
|
3243 |
|
sl@0
|
3244 |
|
sl@0
|
3245 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3246 |
//Optional: Title, rest of the tags
|
sl@0
|
3247 |
[TestCase]
|
sl@0
|
3248 |
id 1101
|
sl@0
|
3249 |
Title RoomLevel.DrmPlayer.Create.08 - Create RoomLevel and assign it to DrmPlayer.
|
sl@0
|
3250 |
AudioEffect RoomLevel
|
sl@0
|
3251 |
AssignEffect DrmPlayer
|
sl@0
|
3252 |
[End_TestCase]
|
sl@0
|
3253 |
|
sl@0
|
3254 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3255 |
//Optional: Title, rest of the tags
|
sl@0
|
3256 |
[TestCase]
|
sl@0
|
3257 |
id 1101
|
sl@0
|
3258 |
Title RoomLevel.Player.Create.09 - Create RoomLevel and assign it to Player.
|
sl@0
|
3259 |
AudioEffect RoomLevel
|
sl@0
|
3260 |
AssignEffect Player
|
sl@0
|
3261 |
[End_TestCase]
|
sl@0
|
3262 |
|
sl@0
|
3263 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3264 |
//Optional: Title, rest of the tags
|
sl@0
|
3265 |
[TestCase]
|
sl@0
|
3266 |
id 1101
|
sl@0
|
3267 |
Title RoomLevel.Recorder.Create.10 - Create RoomLevel and assign it to Recorder.
|
sl@0
|
3268 |
AudioEffect RoomLevel
|
sl@0
|
3269 |
AssignEffect Recorder
|
sl@0
|
3270 |
[End_TestCase]
|
sl@0
|
3271 |
|
sl@0
|
3272 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3273 |
//Optional: Title, rest of the tags
|
sl@0
|
3274 |
[TestCase]
|
sl@0
|
3275 |
id 1101
|
sl@0
|
3276 |
Title RoomLevel.Converter.Create.11 - Create RoomLevel and assign it to Converter.
|
sl@0
|
3277 |
AudioEffect RoomLevel
|
sl@0
|
3278 |
AssignEffect Converter
|
sl@0
|
3279 |
[End_TestCase]
|
sl@0
|
3280 |
|
sl@0
|
3281 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3282 |
//Optional: Title, rest of the tags
|
sl@0
|
3283 |
[TestCase]
|
sl@0
|
3284 |
id 1101
|
sl@0
|
3285 |
Title RoomLevel.Tone.Create.12 - Create RoomLevel and assign it to Tone.
|
sl@0
|
3286 |
AudioEffect RoomLevel
|
sl@0
|
3287 |
AssignEffect Tone
|
sl@0
|
3288 |
[End_TestCase]
|
sl@0
|
3289 |
|
sl@0
|
3290 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3291 |
//Optional: Title, rest of the tags
|
sl@0
|
3292 |
[TestCase]
|
sl@0
|
3293 |
id 1101
|
sl@0
|
3294 |
Title RoomLevel.Player.13 - Enf_E_D_Set_ApplySet_Reg_Display_unreg RoomLevel
|
sl@0
|
3295 |
AudioEffect RoomLevel
|
sl@0
|
3296 |
AssignEffect Player
|
sl@0
|
3297 |
RegisterEffect
|
sl@0
|
3298 |
Enable
|
sl@0
|
3299 |
Enforce 1
|
sl@0
|
3300 |
RoomLevel 55
|
sl@0
|
3301 |
Disable
|
sl@0
|
3302 |
RoomLevel 50
|
sl@0
|
3303 |
Enable
|
sl@0
|
3304 |
ApplySettings
|
sl@0
|
3305 |
DisplayData
|
sl@0
|
3306 |
UnRegisterEffect
|
sl@0
|
3307 |
[End_TestCase]
|
sl@0
|
3308 |
|
sl@0
|
3309 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3310 |
//Optional: Title, rest of the tags
|
sl@0
|
3311 |
[TestCase]
|
sl@0
|
3312 |
id 1101
|
sl@0
|
3313 |
Title RoomLevel.CustomCommand.Create.14 - Create RoomLevel and assign it to CustomCommand.
|
sl@0
|
3314 |
AudioEffect RoomLevel
|
sl@0
|
3315 |
AssignEffect CustomCommand
|
sl@0
|
3316 |
[End_TestCase]
|
sl@0
|
3317 |
|
sl@0
|
3318 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3319 |
//Optional: Title, rest of the tags
|
sl@0
|
3320 |
[TestCase]
|
sl@0
|
3321 |
id 1101
|
sl@0
|
3322 |
Title RoomLevel.CustomInterface.Create.15 - Create RoomLevel and assign it to CustomInterface.
|
sl@0
|
3323 |
AudioEffect RoomLevel
|
sl@0
|
3324 |
AssignEffect CustomInterface
|
sl@0
|
3325 |
[End_TestCase]
|
sl@0
|
3326 |
|
sl@0
|
3327 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3328 |
//Optional: Title, rest of the tags
|
sl@0
|
3329 |
[TestCase]
|
sl@0
|
3330 |
id 1101
|
sl@0
|
3331 |
Title RoomLevel.InputStream.Create.16 - Create RoomLevel and assign it to InputStream.
|
sl@0
|
3332 |
AudioEffect RoomLevel
|
sl@0
|
3333 |
AssignEffect InputStream
|
sl@0
|
3334 |
[End_TestCase]
|
sl@0
|
3335 |
|
sl@0
|
3336 |
|
sl@0
|
3337 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
3338 |
# specify whether they are required or optional.
|
sl@0
|
3339 |
#
|
sl@0
|
3340 |
# TAGS:
|
sl@0
|
3341 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
3342 |
# Title - Text to identify the test case and describe it
|
sl@0
|
3343 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
3344 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
3345 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
3346 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
3347 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
3348 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
3349 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
3350 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
3351 |
# Enable - Enable Audio Effect
|
sl@0
|
3352 |
# Disable - Disable Audio Effect
|
sl@0
|
3353 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
3354 |
# DisplayData - Display Audio Effect info
|
sl@0
|
3355 |
# CartesianVelocity - Sets the velocity in Cartesian coordinates of the sound source with respect to the listener
|
sl@0
|
3356 |
# (Int X, Int Y, Int Z).
|
sl@0
|
3357 |
# X, Y, Z - Direction speed in mm/s.
|
sl@0
|
3358 |
# SphericalVelocity - Sets the velocity in spherical coordinates of the sound source with respect to the listener
|
sl@0
|
3359 |
# (Int Azimuth, Int Elevation, Int Radius).
|
sl@0
|
3360 |
# Azimuth - The Azimuth (thousandths of radians)
|
sl@0
|
3361 |
# Elevation - The elevation (thousandths of radians)
|
sl@0
|
3362 |
# Radius - The radius (in millimeters)
|
sl@0
|
3363 |
# Factor - A factor value in hundredths that ranges from 0 to FactorMax(), where 100 corresponds
|
sl@0
|
3364 |
# to 1.00, 200 corresponds to 2.00, etc. The factor is a multiplier that either exaggerates the
|
sl@0
|
3365 |
# doppler effect or reduces it (Uint Factor: 0 to 2).
|
sl@0
|
3366 |
|
sl@0
|
3367 |
|
sl@0
|
3368 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3369 |
//Optional: Title, rest of the tags
|
sl@0
|
3370 |
[TestCase]
|
sl@0
|
3371 |
id 1101
|
sl@0
|
3372 |
Title SourceDoppler.Player.Create.01 - Create SourceDoppler and assign it to Player.
|
sl@0
|
3373 |
AudioEffect SourceDoppler
|
sl@0
|
3374 |
AssignEffect Player
|
sl@0
|
3375 |
[End_TestCase]
|
sl@0
|
3376 |
|
sl@0
|
3377 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3378 |
//Optional: Title, rest of the tags
|
sl@0
|
3379 |
[TestCase]
|
sl@0
|
3380 |
id 1101
|
sl@0
|
3381 |
Title SourceDoppler.Recorder.Create.02 - Create SourceDoppler and assign it to Recorder.
|
sl@0
|
3382 |
AudioEffect SourceDoppler
|
sl@0
|
3383 |
AssignEffect Recorder
|
sl@0
|
3384 |
[End_TestCase]
|
sl@0
|
3385 |
|
sl@0
|
3386 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3387 |
//Optional: Title, rest of the tags
|
sl@0
|
3388 |
[TestCase]
|
sl@0
|
3389 |
id 1101
|
sl@0
|
3390 |
Title SourceDoppler.Converter.Create.03 - Create SourceDoppler and assign it to Converter.
|
sl@0
|
3391 |
AudioEffect SourceDoppler
|
sl@0
|
3392 |
AssignEffect Converter
|
sl@0
|
3393 |
[End_TestCase]
|
sl@0
|
3394 |
|
sl@0
|
3395 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3396 |
//Optional: Title, rest of the tags
|
sl@0
|
3397 |
[TestCase]
|
sl@0
|
3398 |
id 1101
|
sl@0
|
3399 |
Title SourceDoppler.Tone.Create.04 - Create SourceDoppler and assign it to Tone.
|
sl@0
|
3400 |
AudioEffect SourceDoppler
|
sl@0
|
3401 |
AssignEffect Tone
|
sl@0
|
3402 |
[End_TestCase]
|
sl@0
|
3403 |
|
sl@0
|
3404 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3405 |
//Optional: Title, rest of the tags
|
sl@0
|
3406 |
[TestCase]
|
sl@0
|
3407 |
id 1101
|
sl@0
|
3408 |
Title SourceDoppler.DevSound.Create.05 - Create SourceDoppler and assign it to DevSound.
|
sl@0
|
3409 |
AudioEffect SourceDoppler
|
sl@0
|
3410 |
AssignEffect DevSound
|
sl@0
|
3411 |
[End_TestCase]
|
sl@0
|
3412 |
|
sl@0
|
3413 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3414 |
//Optional: Title, rest of the tags
|
sl@0
|
3415 |
[TestCase]
|
sl@0
|
3416 |
id 1101
|
sl@0
|
3417 |
Title SourceDoppler.CustomCommand.Create.06 - Create SourceDoppler and assign it to CustomCommand.
|
sl@0
|
3418 |
AudioEffect SourceDoppler
|
sl@0
|
3419 |
AssignEffect CustomCommand
|
sl@0
|
3420 |
[End_TestCase]
|
sl@0
|
3421 |
|
sl@0
|
3422 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3423 |
//Optional: Title, rest of the tags
|
sl@0
|
3424 |
[TestCase]
|
sl@0
|
3425 |
id 1101
|
sl@0
|
3426 |
Title SourceDoppler.CustomInterface.Create.07 - Create SourceDoppler and assign it to CustomInterface.
|
sl@0
|
3427 |
AudioEffect SourceDoppler
|
sl@0
|
3428 |
AssignEffect CustomInterface
|
sl@0
|
3429 |
[End_TestCase]
|
sl@0
|
3430 |
|
sl@0
|
3431 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3432 |
//Optional: Title, rest of the tags
|
sl@0
|
3433 |
[TestCase]
|
sl@0
|
3434 |
id 1101
|
sl@0
|
3435 |
Title SourceDoppler.InputStream.Create.08 - Create SourceDoppler and assign it to InputStream.
|
sl@0
|
3436 |
AudioEffect SourceDoppler
|
sl@0
|
3437 |
AssignEffect InputStream
|
sl@0
|
3438 |
[End_TestCase]
|
sl@0
|
3439 |
|
sl@0
|
3440 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3441 |
//Optional: Title, rest of the tags
|
sl@0
|
3442 |
[TestCase]
|
sl@0
|
3443 |
id 1101
|
sl@0
|
3444 |
Title SourceDoppler.InputStream.Create.09 - Create SourceDoppler and assign it to InputStream.
|
sl@0
|
3445 |
AudioEffect SourceDoppler
|
sl@0
|
3446 |
AssignEffect InputStream
|
sl@0
|
3447 |
[End_TestCase]
|
sl@0
|
3448 |
|
sl@0
|
3449 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3450 |
//Optional: Title, rest of the tags
|
sl@0
|
3451 |
[TestCase]
|
sl@0
|
3452 |
id 1101
|
sl@0
|
3453 |
Title SourceDoppler.OutputStream.Create.10 - Create SourceDoppler and assign it to OutputStream.
|
sl@0
|
3454 |
AudioEffect SourceDoppler
|
sl@0
|
3455 |
AssignEffect OutputStream
|
sl@0
|
3456 |
[End_TestCase]
|
sl@0
|
3457 |
|
sl@0
|
3458 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3459 |
//Optional: Title, rest of the tags
|
sl@0
|
3460 |
[TestCase]
|
sl@0
|
3461 |
id 1101
|
sl@0
|
3462 |
Title SourceDoppler.MidiClient.Create.11 - Create SourceDoppler and assign it to MidiClient.
|
sl@0
|
3463 |
AudioEffect SourceDoppler
|
sl@0
|
3464 |
AssignEffect MidiClient
|
sl@0
|
3465 |
[End_TestCase]
|
sl@0
|
3466 |
|
sl@0
|
3467 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3468 |
//Optional: Title, rest of the tags
|
sl@0
|
3469 |
[TestCase]
|
sl@0
|
3470 |
id 1101
|
sl@0
|
3471 |
Title SourceDoppler.DrmPlayer.Create.12 - Create SourceDoppler and assign it to DrmPlayer.
|
sl@0
|
3472 |
AudioEffect SourceDoppler
|
sl@0
|
3473 |
AssignEffect DrmPlayer
|
sl@0
|
3474 |
[End_TestCase]
|
sl@0
|
3475 |
|
sl@0
|
3476 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3477 |
//Optional: Title, rest of the tags
|
sl@0
|
3478 |
[TestCase]
|
sl@0
|
3479 |
id 1101
|
sl@0
|
3480 |
Title SourceDoppler.VideoPlayer.Create.13 - Create SourceDoppler and assign it to VideoPlayer.
|
sl@0
|
3481 |
AudioEffect SourceDoppler
|
sl@0
|
3482 |
AssignEffect VideoPlayer
|
sl@0
|
3483 |
[End_TestCase]
|
sl@0
|
3484 |
|
sl@0
|
3485 |
|
sl@0
|
3486 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3487 |
//Optional: Title, rest of the tags
|
sl@0
|
3488 |
[TestCase]
|
sl@0
|
3489 |
id 1101
|
sl@0
|
3490 |
Title SourceDoppler.Player.RegisterEffect/Unregister.14 - Register SourceDoppler
|
sl@0
|
3491 |
AudioEffect SourceDoppler
|
sl@0
|
3492 |
AssignEffect Player
|
sl@0
|
3493 |
RegisterEffect
|
sl@0
|
3494 |
pause 2000
|
sl@0
|
3495 |
UnRegisterEffect
|
sl@0
|
3496 |
[End_TestCase]
|
sl@0
|
3497 |
|
sl@0
|
3498 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3499 |
//Optional: Title, rest of the tags
|
sl@0
|
3500 |
[TestCase]
|
sl@0
|
3501 |
id 1101
|
sl@0
|
3502 |
Title SourceDoppler.Player.Disable.17 - Enable/Disable/Enforce SourceDoppler
|
sl@0
|
3503 |
AudioEffect SourceDoppler
|
sl@0
|
3504 |
AssignEffect Player
|
sl@0
|
3505 |
RegisterEffect
|
sl@0
|
3506 |
Enable
|
sl@0
|
3507 |
Enforce 1
|
sl@0
|
3508 |
Disable
|
sl@0
|
3509 |
[End_TestCase]
|
sl@0
|
3510 |
|
sl@0
|
3511 |
|
sl@0
|
3512 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3513 |
//Optional: Title, rest of the tags
|
sl@0
|
3514 |
[TestCase]
|
sl@0
|
3515 |
id 1101
|
sl@0
|
3516 |
Title SourceDoppler.Player.ApplySettings.22 - Apply settings
|
sl@0
|
3517 |
AudioEffect SourceDoppler
|
sl@0
|
3518 |
AssignEffect Player
|
sl@0
|
3519 |
RegisterEffect
|
sl@0
|
3520 |
Enable
|
sl@0
|
3521 |
CartesianVelocity 300 400 350
|
sl@0
|
3522 |
SphericalVelocity 2600 1000 450
|
sl@0
|
3523 |
Factor 1
|
sl@0
|
3524 |
ApplySettings
|
sl@0
|
3525 |
[End_TestCase]
|
sl@0
|
3526 |
|
sl@0
|
3527 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3528 |
//Optional: Title, rest of the tags
|
sl@0
|
3529 |
[TestCase]
|
sl@0
|
3530 |
id 1101
|
sl@0
|
3531 |
Title SourceDoppler.Player.DisplayData.23 - Display SourceDoppler Data
|
sl@0
|
3532 |
AudioEffect SourceDoppler
|
sl@0
|
3533 |
AssignEffect Player
|
sl@0
|
3534 |
RegisterEffect
|
sl@0
|
3535 |
Enable
|
sl@0
|
3536 |
Enforce 1
|
sl@0
|
3537 |
CartesianVelocity 333 444 555
|
sl@0
|
3538 |
SphericalVelocity 1230 2340 340
|
sl@0
|
3539 |
Factor 2
|
sl@0
|
3540 |
ApplySettings
|
sl@0
|
3541 |
DisplayData
|
sl@0
|
3542 |
[End_TestCase]
|
sl@0
|
3543 |
|
sl@0
|
3544 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
3545 |
# specify whether they are required or optional.
|
sl@0
|
3546 |
#
|
sl@0
|
3547 |
# TAGS:
|
sl@0
|
3548 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
3549 |
# Title - Text to identify the test case and describe it
|
sl@0
|
3550 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
3551 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
3552 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
3553 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
3554 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer, VideoPlayer
|
sl@0
|
3555 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
3556 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
3557 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
3558 |
# Enable - Enable Audio Effect
|
sl@0
|
3559 |
# Disable - Disable Audio Effect
|
sl@0
|
3560 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
3561 |
# DisplayData - Display Audio Effect info
|
sl@0
|
3562 |
# LocationCartesian - The Cartesian coordinates for the location of the position.
|
sl@0
|
3563 |
# (Int X, Int Y, Int Z).
|
sl@0
|
3564 |
# X, Y, Z - Location in mm.
|
sl@0
|
3565 |
# LocationSpherical - The spherical coordinates for the location of the position.
|
sl@0
|
3566 |
# (Int Azimuth, Int Elevation, Int Radius).
|
sl@0
|
3567 |
# Azimuth - The Azimuth (thousandths of radians)
|
sl@0
|
3568 |
# Elevation - The elevation (thousandths of radians)
|
sl@0
|
3569 |
# Radius - The radius (in millimeters)
|
sl@0
|
3570 |
|
sl@0
|
3571 |
|
sl@0
|
3572 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3573 |
//Optional: Title, rest of the tags
|
sl@0
|
3574 |
[TestCase]
|
sl@0
|
3575 |
id 1101
|
sl@0
|
3576 |
Title SourceLocation.Player.Create.00 - Create SourceLocation and assign it to Player.
|
sl@0
|
3577 |
AudioEffect SourceLocation
|
sl@0
|
3578 |
AssignEffect Player
|
sl@0
|
3579 |
[End_TestCase]
|
sl@0
|
3580 |
|
sl@0
|
3581 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3582 |
//Optional: Title, rest of the tags
|
sl@0
|
3583 |
[TestCase]
|
sl@0
|
3584 |
id 1101
|
sl@0
|
3585 |
Title SourceLocation.Recorder.Create.01 - Create SourceLocation and assign it to Recorder.
|
sl@0
|
3586 |
AudioEffect SourceLocation
|
sl@0
|
3587 |
AssignEffect Recorder
|
sl@0
|
3588 |
[End_TestCase]
|
sl@0
|
3589 |
|
sl@0
|
3590 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3591 |
//Optional: Title, rest of the tags
|
sl@0
|
3592 |
[TestCase]
|
sl@0
|
3593 |
id 1101
|
sl@0
|
3594 |
Title SourceLocation.Converter.Create.02 - Create SourceLocation and assign it to Converter.
|
sl@0
|
3595 |
AudioEffect SourceLocation
|
sl@0
|
3596 |
AssignEffect Converter
|
sl@0
|
3597 |
[End_TestCase]
|
sl@0
|
3598 |
|
sl@0
|
3599 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3600 |
//Optional: Title, rest of the tags
|
sl@0
|
3601 |
[TestCase]
|
sl@0
|
3602 |
id 1101
|
sl@0
|
3603 |
Title SourceLocation.Tone.Create.03 - Create SourceLocation and assign it to Tone.
|
sl@0
|
3604 |
AudioEffect SourceLocation
|
sl@0
|
3605 |
AssignEffect Tone
|
sl@0
|
3606 |
[End_TestCase]
|
sl@0
|
3607 |
|
sl@0
|
3608 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3609 |
//Optional: Title, rest of the tags
|
sl@0
|
3610 |
[TestCase]
|
sl@0
|
3611 |
id 1101
|
sl@0
|
3612 |
Title SourceLocation.DevSound.Create.04 - Create SourceLocation and assign it to DevSound.
|
sl@0
|
3613 |
AudioEffect SourceLocation
|
sl@0
|
3614 |
AssignEffect DevSound
|
sl@0
|
3615 |
[End_TestCase]
|
sl@0
|
3616 |
|
sl@0
|
3617 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3618 |
//Optional: Title, rest of the tags
|
sl@0
|
3619 |
[TestCase]
|
sl@0
|
3620 |
id 1101
|
sl@0
|
3621 |
Title SourceLocation.CustomCommand.Create.05 - Create SourceLocation and assign it to CustomCommand.
|
sl@0
|
3622 |
AudioEffect SourceLocation
|
sl@0
|
3623 |
AssignEffect CustomCommand
|
sl@0
|
3624 |
[End_TestCase]
|
sl@0
|
3625 |
|
sl@0
|
3626 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3627 |
//Optional: Title, rest of the tags
|
sl@0
|
3628 |
[TestCase]
|
sl@0
|
3629 |
id 1101
|
sl@0
|
3630 |
Title SourceLocation.CustomInterface.Create.06 - Create SourceLocation and assign it to CustomInterface.
|
sl@0
|
3631 |
AudioEffect SourceLocation
|
sl@0
|
3632 |
AssignEffect CustomInterface
|
sl@0
|
3633 |
[End_TestCase]
|
sl@0
|
3634 |
|
sl@0
|
3635 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3636 |
//Optional: Title, rest of the tags
|
sl@0
|
3637 |
[TestCase]
|
sl@0
|
3638 |
id 1101
|
sl@0
|
3639 |
Title SourceLocation.InputStream.Create.07 - Create SourceLocation and assign it to InputStream.
|
sl@0
|
3640 |
AudioEffect SourceLocation
|
sl@0
|
3641 |
AssignEffect InputStream
|
sl@0
|
3642 |
[End_TestCase]
|
sl@0
|
3643 |
|
sl@0
|
3644 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3645 |
//Optional: Title, rest of the tags
|
sl@0
|
3646 |
[TestCase]
|
sl@0
|
3647 |
id 1101
|
sl@0
|
3648 |
Title SourceLocation.OutputStream.Create.08 - Create SourceLocation and assign it to OutputStream.
|
sl@0
|
3649 |
AudioEffect SourceLocation
|
sl@0
|
3650 |
AssignEffect OutputStream
|
sl@0
|
3651 |
[End_TestCase]
|
sl@0
|
3652 |
|
sl@0
|
3653 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3654 |
//Optional: Title, rest of the tags
|
sl@0
|
3655 |
[TestCase]
|
sl@0
|
3656 |
id 1101
|
sl@0
|
3657 |
Title SourceLocation.MidiClient.Create.09 - Create SourceLocation and assign it to MidiClient.
|
sl@0
|
3658 |
AudioEffect SourceLocation
|
sl@0
|
3659 |
AssignEffect MidiClient
|
sl@0
|
3660 |
[End_TestCase]
|
sl@0
|
3661 |
|
sl@0
|
3662 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3663 |
//Optional: Title, rest of the tags
|
sl@0
|
3664 |
[TestCase]
|
sl@0
|
3665 |
id 1101
|
sl@0
|
3666 |
Title SourceLocation.DrmPlayer.Create.10 - Create SourceLocation and assign it to DrmPlayer.
|
sl@0
|
3667 |
AudioEffect SourceLocation
|
sl@0
|
3668 |
AssignEffect DrmPlayer
|
sl@0
|
3669 |
[End_TestCase]
|
sl@0
|
3670 |
|
sl@0
|
3671 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3672 |
//Optional: Title, rest of the tags
|
sl@0
|
3673 |
[TestCase]
|
sl@0
|
3674 |
id 1101
|
sl@0
|
3675 |
Title SourceLocation.VideoPlayer.Create.11 - Create SourceLocation and assign it to VideoPlayer.
|
sl@0
|
3676 |
AudioEffect SourceLocation
|
sl@0
|
3677 |
AssignEffect VideoPlayer
|
sl@0
|
3678 |
[End_TestCase]
|
sl@0
|
3679 |
|
sl@0
|
3680 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3681 |
//Optional: Title, rest of the tags
|
sl@0
|
3682 |
[TestCase]
|
sl@0
|
3683 |
id 1101
|
sl@0
|
3684 |
Title SourceLocation.PLAYER.RegisterEffect.12 - Register SourceLocation
|
sl@0
|
3685 |
AudioEffect SourceLocation
|
sl@0
|
3686 |
AssignEffect Player
|
sl@0
|
3687 |
RegisterEffect
|
sl@0
|
3688 |
[End_TestCase]
|
sl@0
|
3689 |
|
sl@0
|
3690 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3691 |
//Optional: Title, rest of the tags
|
sl@0
|
3692 |
[TestCase]
|
sl@0
|
3693 |
id 1101
|
sl@0
|
3694 |
Title SourceLocation.Player.UnRegisterEffect.13 - Unregister SourceLocation
|
sl@0
|
3695 |
AudioEffect SourceLocation
|
sl@0
|
3696 |
AssignEffect Player
|
sl@0
|
3697 |
RegisterEffect
|
sl@0
|
3698 |
UnRegisterEffect
|
sl@0
|
3699 |
[End_TestCase]
|
sl@0
|
3700 |
|
sl@0
|
3701 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3702 |
//Optional: Title, rest of the tags
|
sl@0
|
3703 |
[TestCase]
|
sl@0
|
3704 |
id 1101
|
sl@0
|
3705 |
Title SourceLocation.Player.Enable.14 - Enable SourceLocation
|
sl@0
|
3706 |
AudioEffect SourceLocation
|
sl@0
|
3707 |
AssignEffect Player
|
sl@0
|
3708 |
RegisterEffect
|
sl@0
|
3709 |
Enable
|
sl@0
|
3710 |
[End_TestCase]
|
sl@0
|
3711 |
|
sl@0
|
3712 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3713 |
//Optional: Title, rest of the tags
|
sl@0
|
3714 |
[TestCase]
|
sl@0
|
3715 |
id 1101
|
sl@0
|
3716 |
Title SourceLocation.Player.Disable.15 - Disable SourceLocation
|
sl@0
|
3717 |
AudioEffect SourceLocation
|
sl@0
|
3718 |
AssignEffect Player
|
sl@0
|
3719 |
RegisterEffect
|
sl@0
|
3720 |
Enable
|
sl@0
|
3721 |
LocationCartesian 105 205 155
|
sl@0
|
3722 |
Disable
|
sl@0
|
3723 |
[End_TestCase]
|
sl@0
|
3724 |
|
sl@0
|
3725 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3726 |
//Optional: Title, rest of the tags
|
sl@0
|
3727 |
[TestCase]
|
sl@0
|
3728 |
id 1101
|
sl@0
|
3729 |
Title SourceLocation.Player.Enforce.16 - Enforce SourceLocation
|
sl@0
|
3730 |
AudioEffect SourceLocation
|
sl@0
|
3731 |
AssignEffect Player
|
sl@0
|
3732 |
RegisterEffect
|
sl@0
|
3733 |
Enable
|
sl@0
|
3734 |
Enforce 1
|
sl@0
|
3735 |
[End_TestCase]
|
sl@0
|
3736 |
|
sl@0
|
3737 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3738 |
//Optional: Title, rest of the tags
|
sl@0
|
3739 |
[TestCase]
|
sl@0
|
3740 |
id 1101
|
sl@0
|
3741 |
Title SourceLocation.Player.LocationCartesian.17 - Set LocationCartesian
|
sl@0
|
3742 |
AudioEffect SourceLocation
|
sl@0
|
3743 |
AssignEffect Player
|
sl@0
|
3744 |
RegisterEffect
|
sl@0
|
3745 |
LocationCartesian 100 200 150
|
sl@0
|
3746 |
Enable
|
sl@0
|
3747 |
[End_TestCase]
|
sl@0
|
3748 |
|
sl@0
|
3749 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3750 |
//Optional: Title, rest of the tags
|
sl@0
|
3751 |
[TestCase]
|
sl@0
|
3752 |
id 1101
|
sl@0
|
3753 |
Title SourceLocation.Player.LocationSpherical.18 - Set LocationSpherical
|
sl@0
|
3754 |
AudioEffect SourceLocation
|
sl@0
|
3755 |
AssignEffect Player
|
sl@0
|
3756 |
RegisterEffect
|
sl@0
|
3757 |
LocationSpherical 1600 2000 250
|
sl@0
|
3758 |
Enable
|
sl@0
|
3759 |
[End_TestCase]
|
sl@0
|
3760 |
|
sl@0
|
3761 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3762 |
//Optional: Title, rest of the tags
|
sl@0
|
3763 |
[TestCase]
|
sl@0
|
3764 |
id 1101
|
sl@0
|
3765 |
Title SourceLocation.Player.ApplySettings.19 - Apply settings
|
sl@0
|
3766 |
AudioEffect SourceLocation
|
sl@0
|
3767 |
AssignEffect Player
|
sl@0
|
3768 |
RegisterEffect
|
sl@0
|
3769 |
Enable
|
sl@0
|
3770 |
LocationCartesian 300 400 350
|
sl@0
|
3771 |
LocationSpherical 2600 1000 450
|
sl@0
|
3772 |
ApplySettings
|
sl@0
|
3773 |
[End_TestCase]
|
sl@0
|
3774 |
|
sl@0
|
3775 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3776 |
//Optional: Title, rest of the tags
|
sl@0
|
3777 |
[TestCase]
|
sl@0
|
3778 |
id 1101
|
sl@0
|
3779 |
Title SourceLocation.Player.DisplayData.20 - Display SourceLocation Data
|
sl@0
|
3780 |
AudioEffect SourceLocation
|
sl@0
|
3781 |
AssignEffect Player
|
sl@0
|
3782 |
RegisterEffect
|
sl@0
|
3783 |
Enable
|
sl@0
|
3784 |
Enforce 1
|
sl@0
|
3785 |
LocationCartesian 333 444 555
|
sl@0
|
3786 |
LocationSpherical 1230 2340 340
|
sl@0
|
3787 |
ApplySettings
|
sl@0
|
3788 |
DisplayData
|
sl@0
|
3789 |
[End_TestCase]
|
sl@0
|
3790 |
|
sl@0
|
3791 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
3792 |
# specify whether they are required or optional.
|
sl@0
|
3793 |
#
|
sl@0
|
3794 |
# TAGS:
|
sl@0
|
3795 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
3796 |
# Title - Text to identify the test case and describe it
|
sl@0
|
3797 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
3798 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
3799 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
3800 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
3801 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient, DrmPlayer, videoPlayer
|
sl@0
|
3802 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
3803 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
3804 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
3805 |
# Enable - Enable Audio Effect
|
sl@0
|
3806 |
# Disable - Disable Audio Effect
|
sl@0
|
3807 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
3808 |
# DisplayData - Display Audio Effect info
|
sl@0
|
3809 |
# Orientation - The orientation values for the position (Int Heading, Int Pitch, Int Roll).
|
sl@0
|
3810 |
# Heading - The heading value (in thousandths of radians).
|
sl@0
|
3811 |
# Pitch - The pitch value (in thousandths of radians).
|
sl@0
|
3812 |
# Roll - The roll value (in thousandths of radians).
|
sl@0
|
3813 |
# OrientationVectors - The orientation vectors for the position (Int FrontX, Int FrontY, Int FrontZ, Int AboveX, Int AboveY, Int AboveZ).
|
sl@0
|
3814 |
# FrontX - X-component of the front vector.
|
sl@0
|
3815 |
# FrontY - Y-component of the front vector.
|
sl@0
|
3816 |
# FrontZ - Z-component of the front vector.
|
sl@0
|
3817 |
# AboveX - X-component of the above vector.
|
sl@0
|
3818 |
# AboveY - Y-component of the above vector.
|
sl@0
|
3819 |
# AboveZ - Z-component of the above vector.
|
sl@0
|
3820 |
|
sl@0
|
3821 |
|
sl@0
|
3822 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3823 |
//Optional: Title, rest of the tags
|
sl@0
|
3824 |
[TestCase]
|
sl@0
|
3825 |
id 1101
|
sl@0
|
3826 |
Title SourceOrientation.Player.Create.00 - Create SourceOrientation and assign it to Player.
|
sl@0
|
3827 |
AudioEffect SourceOrientation
|
sl@0
|
3828 |
AssignEffect Player
|
sl@0
|
3829 |
[End_TestCase]
|
sl@0
|
3830 |
|
sl@0
|
3831 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3832 |
//Optional: Title, rest of the tags
|
sl@0
|
3833 |
[TestCase]
|
sl@0
|
3834 |
id 1101
|
sl@0
|
3835 |
Title SourceOrientation.Recorder.Create.01 - Create SourceOrientation and assign it to Recorder.
|
sl@0
|
3836 |
AudioEffect SourceOrientation
|
sl@0
|
3837 |
AssignEffect Recorder
|
sl@0
|
3838 |
[End_TestCase]
|
sl@0
|
3839 |
|
sl@0
|
3840 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3841 |
//Optional: Title, rest of the tags
|
sl@0
|
3842 |
[TestCase]
|
sl@0
|
3843 |
id 1101
|
sl@0
|
3844 |
Title SourceOrientation.Converter.Create.02 - Create SourceOrientation and assign it to Converter.
|
sl@0
|
3845 |
AudioEffect SourceOrientation
|
sl@0
|
3846 |
AssignEffect Converter
|
sl@0
|
3847 |
[End_TestCase]
|
sl@0
|
3848 |
|
sl@0
|
3849 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3850 |
//Optional: Title, rest of the tags
|
sl@0
|
3851 |
[TestCase]
|
sl@0
|
3852 |
id 1101
|
sl@0
|
3853 |
Title SourceOrientation.Tone.Create.03 - Create SourceOrientation and assign it to Tone.
|
sl@0
|
3854 |
AudioEffect SourceOrientation
|
sl@0
|
3855 |
AssignEffect Tone
|
sl@0
|
3856 |
[End_TestCase]
|
sl@0
|
3857 |
|
sl@0
|
3858 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3859 |
//Optional: Title, rest of the tags
|
sl@0
|
3860 |
[TestCase]
|
sl@0
|
3861 |
id 1101
|
sl@0
|
3862 |
Title SourceOrientation.DevSound.Create.04 - Create SourceOrientation and assign it to DevSound.
|
sl@0
|
3863 |
AudioEffect SourceOrientation
|
sl@0
|
3864 |
AssignEffect DevSound
|
sl@0
|
3865 |
[End_TestCase]
|
sl@0
|
3866 |
|
sl@0
|
3867 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3868 |
//Optional: Title, rest of the tags
|
sl@0
|
3869 |
[TestCase]
|
sl@0
|
3870 |
id 1101
|
sl@0
|
3871 |
Title SourceOrientation.CustomCommand.Create.05 - Create SourceOrientation and assign it to CustomCommand.
|
sl@0
|
3872 |
AudioEffect SourceOrientation
|
sl@0
|
3873 |
AssignEffect CustomCommand
|
sl@0
|
3874 |
[End_TestCase]
|
sl@0
|
3875 |
|
sl@0
|
3876 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3877 |
//Optional: Title, rest of the tags
|
sl@0
|
3878 |
[TestCase]
|
sl@0
|
3879 |
id 1101
|
sl@0
|
3880 |
Title SourceOrientation.CustomInterface.Create.06 - Create SourceOrientation and assign it to CustomInterface.
|
sl@0
|
3881 |
AudioEffect SourceOrientation
|
sl@0
|
3882 |
AssignEffect CustomInterface
|
sl@0
|
3883 |
[End_TestCase]
|
sl@0
|
3884 |
|
sl@0
|
3885 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3886 |
//Optional: Title, rest of the tags
|
sl@0
|
3887 |
[TestCase]
|
sl@0
|
3888 |
id 1101
|
sl@0
|
3889 |
Title SourceOrientation.InputStream.Create.07 - Create SourceOrientation and assign it to InputStream.
|
sl@0
|
3890 |
AudioEffect SourceOrientation
|
sl@0
|
3891 |
AssignEffect InputStream
|
sl@0
|
3892 |
[End_TestCase]
|
sl@0
|
3893 |
|
sl@0
|
3894 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3895 |
//Optional: Title, rest of the tags
|
sl@0
|
3896 |
[TestCase]
|
sl@0
|
3897 |
id 1101
|
sl@0
|
3898 |
Title SourceOrientation.OutputStream.Create.08 - Create SourceOrientation and assign it to OutputStream.
|
sl@0
|
3899 |
AudioEffect SourceOrientation
|
sl@0
|
3900 |
AssignEffect OutputStream
|
sl@0
|
3901 |
[End_TestCase]
|
sl@0
|
3902 |
|
sl@0
|
3903 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3904 |
//Optional: Title, rest of the tags
|
sl@0
|
3905 |
[TestCase]
|
sl@0
|
3906 |
id 1101
|
sl@0
|
3907 |
Title SourceOrientation.MidiClient.Create.09 - Create SourceOrientation and assign it to MidiClient.
|
sl@0
|
3908 |
AudioEffect SourceOrientation
|
sl@0
|
3909 |
AssignEffect MidiClient
|
sl@0
|
3910 |
[End_TestCase]
|
sl@0
|
3911 |
|
sl@0
|
3912 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3913 |
//Optional: Title, rest of the tags
|
sl@0
|
3914 |
[TestCase]
|
sl@0
|
3915 |
id 1101
|
sl@0
|
3916 |
Title SourceOrientation.DrmPlayer.Create.10 - Create SourceOrientation and assign it to DrmPlayer.
|
sl@0
|
3917 |
AudioEffect SourceOrientation
|
sl@0
|
3918 |
AssignEffect DrmPlayer
|
sl@0
|
3919 |
[End_TestCase]
|
sl@0
|
3920 |
|
sl@0
|
3921 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3922 |
//Optional: Title, rest of the tags
|
sl@0
|
3923 |
[TestCase]
|
sl@0
|
3924 |
id 1101
|
sl@0
|
3925 |
Title SourceOrientation.VideoPlayer.Create.11 - Create SourceOrientation and assign it to VideoPlayer.
|
sl@0
|
3926 |
AudioEffect SourceOrientation
|
sl@0
|
3927 |
AssignEffect VideoPlayer
|
sl@0
|
3928 |
[End_TestCase]
|
sl@0
|
3929 |
|
sl@0
|
3930 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3931 |
//Optional: Title, rest of the tags
|
sl@0
|
3932 |
[TestCase]
|
sl@0
|
3933 |
id 1101
|
sl@0
|
3934 |
Title SourceOrientation.PLAYER.RegisterEffect.12 - Register SourceOrientation
|
sl@0
|
3935 |
AudioEffect SourceOrientation
|
sl@0
|
3936 |
AssignEffect Player
|
sl@0
|
3937 |
RegisterEffect
|
sl@0
|
3938 |
[End_TestCase]
|
sl@0
|
3939 |
|
sl@0
|
3940 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3941 |
//Optional: Title, rest of the tags
|
sl@0
|
3942 |
[TestCase]
|
sl@0
|
3943 |
id 1101
|
sl@0
|
3944 |
Title SourceOrientation.Player.UnRegisterEffect.13 - Unregister SourceOrientation
|
sl@0
|
3945 |
AudioEffect SourceOrientation
|
sl@0
|
3946 |
AssignEffect Player
|
sl@0
|
3947 |
RegisterEffect
|
sl@0
|
3948 |
UnRegisterEffect
|
sl@0
|
3949 |
[End_TestCase]
|
sl@0
|
3950 |
|
sl@0
|
3951 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3952 |
//Optional: Title, rest of the tags
|
sl@0
|
3953 |
[TestCase]
|
sl@0
|
3954 |
id 1101
|
sl@0
|
3955 |
Title SourceOrientation.Player.Enable.14 - Enable SourceOrientation
|
sl@0
|
3956 |
AudioEffect SourceOrientation
|
sl@0
|
3957 |
AssignEffect Player
|
sl@0
|
3958 |
RegisterEffect
|
sl@0
|
3959 |
Enable
|
sl@0
|
3960 |
[End_TestCase]
|
sl@0
|
3961 |
|
sl@0
|
3962 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3963 |
//Optional: Title, rest of the tags
|
sl@0
|
3964 |
[TestCase]
|
sl@0
|
3965 |
id 1101
|
sl@0
|
3966 |
Title SourceOrientation.Player.Disable.15 - Disable SourceOrientation
|
sl@0
|
3967 |
AudioEffect SourceOrientation
|
sl@0
|
3968 |
AssignEffect Player
|
sl@0
|
3969 |
RegisterEffect
|
sl@0
|
3970 |
Enable
|
sl@0
|
3971 |
Orientation 2005 1245 1685
|
sl@0
|
3972 |
Disable
|
sl@0
|
3973 |
[End_TestCase]
|
sl@0
|
3974 |
|
sl@0
|
3975 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3976 |
//Optional: Title, rest of the tags
|
sl@0
|
3977 |
[TestCase]
|
sl@0
|
3978 |
id 1101
|
sl@0
|
3979 |
Title SourceOrientation.Player.Enforce.16 - Enforce SourceOrientation
|
sl@0
|
3980 |
AudioEffect SourceOrientation
|
sl@0
|
3981 |
AssignEffect Player
|
sl@0
|
3982 |
RegisterEffect
|
sl@0
|
3983 |
Enable
|
sl@0
|
3984 |
Enforce 1
|
sl@0
|
3985 |
[End_TestCase]
|
sl@0
|
3986 |
|
sl@0
|
3987 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
3988 |
//Optional: Title, rest of the tags
|
sl@0
|
3989 |
[TestCase]
|
sl@0
|
3990 |
id 1101
|
sl@0
|
3991 |
Title SourceOrientation.Player.Orientation.17 - Set Orientation
|
sl@0
|
3992 |
AudioEffect SourceOrientation
|
sl@0
|
3993 |
AssignEffect Player
|
sl@0
|
3994 |
RegisterEffect
|
sl@0
|
3995 |
Orientation 2000 1240 1680
|
sl@0
|
3996 |
Enable
|
sl@0
|
3997 |
[End_TestCase]
|
sl@0
|
3998 |
|
sl@0
|
3999 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4000 |
//Optional: Title, rest of the tags
|
sl@0
|
4001 |
[TestCase]
|
sl@0
|
4002 |
id 1101
|
sl@0
|
4003 |
Title SourceOrientation.Player.OrientationVectors.18 - Set OrientationVectors
|
sl@0
|
4004 |
AudioEffect SourceOrientation
|
sl@0
|
4005 |
AssignEffect Player
|
sl@0
|
4006 |
RegisterEffect
|
sl@0
|
4007 |
OrientationVectors 3 4 5 6 7 8
|
sl@0
|
4008 |
Enable
|
sl@0
|
4009 |
[End_TestCase]
|
sl@0
|
4010 |
|
sl@0
|
4011 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4012 |
//Optional: Title, rest of the tags
|
sl@0
|
4013 |
[TestCase]
|
sl@0
|
4014 |
id 1101
|
sl@0
|
4015 |
Title SourceOrientation.Player.ApplySettings.19 - Apply settings
|
sl@0
|
4016 |
AudioEffect SourceOrientation
|
sl@0
|
4017 |
AssignEffect Player
|
sl@0
|
4018 |
RegisterEffect
|
sl@0
|
4019 |
Enable
|
sl@0
|
4020 |
Orientation 2468 1357 1111
|
sl@0
|
4021 |
OrientationVectors 10 13 17 19 25 32
|
sl@0
|
4022 |
ApplySettings
|
sl@0
|
4023 |
[End_TestCase]
|
sl@0
|
4024 |
|
sl@0
|
4025 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4026 |
//Optional: Title, rest of the tags
|
sl@0
|
4027 |
[TestCase]
|
sl@0
|
4028 |
id 1101
|
sl@0
|
4029 |
Title SourceOrientation.Player.DisplayData.20 - Display SourceOrientation Data
|
sl@0
|
4030 |
AudioEffect SourceOrientation
|
sl@0
|
4031 |
AssignEffect Player
|
sl@0
|
4032 |
RegisterEffect
|
sl@0
|
4033 |
Enable
|
sl@0
|
4034 |
Enforce 1
|
sl@0
|
4035 |
Orientation 3004 2736 1847
|
sl@0
|
4036 |
OrientationVectors 9 8 7 1 2 3
|
sl@0
|
4037 |
ApplySettings
|
sl@0
|
4038 |
DisplayData
|
sl@0
|
4039 |
[End_TestCase]
|
sl@0
|
4040 |
|
sl@0
|
4041 |
|
sl@0
|
4042 |
# Tags used in this configuration file. Each test case type has its own set of tags, and will
|
sl@0
|
4043 |
# specify whether they are required or optional.
|
sl@0
|
4044 |
#
|
sl@0
|
4045 |
# TAGS:
|
sl@0
|
4046 |
# id - Each test case type is differentiated by the id. It specifies the type of test to be performed
|
sl@0
|
4047 |
# Title - Text to identify the test case and describe it
|
sl@0
|
4048 |
# AudioEffect - Specify which audio effect to create: Equalizer, BassBoost, DistanceAttenuation, ListenerDoppler,
|
sl@0
|
4049 |
# SourceDoppler, EnvironmantalReverb, ListenerLocation, SourceLocation, Loudness, ListenerOrientation,
|
sl@0
|
4050 |
# SourceOrientation, StereoWidening, RoomLevel
|
sl@0
|
4051 |
# AssignEffect - Specify which object to assign Audio Effect to: Independent, Player, Recorder, Converter, Tone,
|
sl@0
|
4052 |
# DevSound, CustomCommand, CustomInterface, InputStream, OutputStream, MidiClient,DrmPlayer, VideoPlayer
|
sl@0
|
4053 |
# RegisterEffect - Register Audio Effect Observer
|
sl@0
|
4054 |
# UnRegisterEffect - Unregister Audio Effect Observer
|
sl@0
|
4055 |
# ApplySettings - Apply setttings to Audio Effect
|
sl@0
|
4056 |
# Enable - Enable Audio Effect
|
sl@0
|
4057 |
# Disable - Disable Audio Effect
|
sl@0
|
4058 |
# Enforce - Defines whether the effect is mandatory: 0, 1
|
sl@0
|
4059 |
# DisplayData - Display Audio Effect info
|
sl@0
|
4060 |
# StereoWideningLevel - The stereo widening level ranges from 0-100, where 0 is none and 100 is maximum widening.
|
sl@0
|
4061 |
|
sl@0
|
4062 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4063 |
//Optional: Title, rest of the tags
|
sl@0
|
4064 |
[TestCase]
|
sl@0
|
4065 |
id 1101
|
sl@0
|
4066 |
Title StereoWidening.Independent.Create.09 - Create StereoWidening and assign it to Independent.
|
sl@0
|
4067 |
AudioEffect StereoWidening
|
sl@0
|
4068 |
AssignEffect Independent
|
sl@0
|
4069 |
[End_TestCase]
|
sl@0
|
4070 |
|
sl@0
|
4071 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4072 |
//Optional: Title, rest of the tags
|
sl@0
|
4073 |
[TestCase]
|
sl@0
|
4074 |
id 1101
|
sl@0
|
4075 |
Title StereoWidening.Player.Create.10 - Create StereoWidening and assign it to Player.
|
sl@0
|
4076 |
AudioEffect StereoWidening
|
sl@0
|
4077 |
AssignEffect Player
|
sl@0
|
4078 |
[End_TestCase]
|
sl@0
|
4079 |
|
sl@0
|
4080 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4081 |
//Optional: Title, rest of the tags
|
sl@0
|
4082 |
[TestCase]
|
sl@0
|
4083 |
id 1101
|
sl@0
|
4084 |
Title StereoWidening.PLAYER.RegisterEffect.11 - Register StereoWidening
|
sl@0
|
4085 |
AudioEffect StereoWidening
|
sl@0
|
4086 |
AssignEffect Player
|
sl@0
|
4087 |
RegisterEffect
|
sl@0
|
4088 |
[End_TestCase]
|
sl@0
|
4089 |
|
sl@0
|
4090 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4091 |
//Optional: Title, rest of the tags
|
sl@0
|
4092 |
[TestCase]
|
sl@0
|
4093 |
id 1101
|
sl@0
|
4094 |
Title StereoWidening.Player.UnRegisterEffect.12 - Unregister StereoWidening
|
sl@0
|
4095 |
AudioEffect StereoWidening
|
sl@0
|
4096 |
AssignEffect Player
|
sl@0
|
4097 |
RegisterEffect
|
sl@0
|
4098 |
UnRegisterEffect
|
sl@0
|
4099 |
[End_TestCase]
|
sl@0
|
4100 |
|
sl@0
|
4101 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4102 |
//Optional: Title, rest of the tags
|
sl@0
|
4103 |
[TestCase]
|
sl@0
|
4104 |
id 1101
|
sl@0
|
4105 |
Title StereoWidening.Player.Enable.13 - Enable StereoWidening
|
sl@0
|
4106 |
AudioEffect StereoWidening
|
sl@0
|
4107 |
AssignEffect Player
|
sl@0
|
4108 |
RegisterEffect
|
sl@0
|
4109 |
Enable
|
sl@0
|
4110 |
[End_TestCase]
|
sl@0
|
4111 |
|
sl@0
|
4112 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4113 |
//Optional: Title, rest of the tags
|
sl@0
|
4114 |
[TestCase]
|
sl@0
|
4115 |
id 1101
|
sl@0
|
4116 |
Title StereoWidening.Player.Disable.14 - Disable StereoWidening
|
sl@0
|
4117 |
AudioEffect StereoWidening
|
sl@0
|
4118 |
AssignEffect Player
|
sl@0
|
4119 |
RegisterEffect
|
sl@0
|
4120 |
Enable
|
sl@0
|
4121 |
StereoWideningLevel 55
|
sl@0
|
4122 |
Disable
|
sl@0
|
4123 |
[End_TestCase]
|
sl@0
|
4124 |
|
sl@0
|
4125 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4126 |
//Optional: Title, rest of the tags
|
sl@0
|
4127 |
[TestCase]
|
sl@0
|
4128 |
id 1101
|
sl@0
|
4129 |
Title StereoWidening.Player.Enforce.15 - Enforce StereoWidening
|
sl@0
|
4130 |
AudioEffect StereoWidening
|
sl@0
|
4131 |
AssignEffect Player
|
sl@0
|
4132 |
RegisterEffect
|
sl@0
|
4133 |
Enable
|
sl@0
|
4134 |
Enforce 1
|
sl@0
|
4135 |
[End_TestCase]
|
sl@0
|
4136 |
|
sl@0
|
4137 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4138 |
//Optional: Title, rest of the tags
|
sl@0
|
4139 |
[TestCase]
|
sl@0
|
4140 |
id 1101
|
sl@0
|
4141 |
Title StereoWidening.Player.StereoWideningLevel.16 - Set StereoWideningLevel
|
sl@0
|
4142 |
AudioEffect StereoWidening
|
sl@0
|
4143 |
AssignEffect Player
|
sl@0
|
4144 |
RegisterEffect
|
sl@0
|
4145 |
StereoWideningLevel 50
|
sl@0
|
4146 |
Enable
|
sl@0
|
4147 |
[End_TestCase]
|
sl@0
|
4148 |
|
sl@0
|
4149 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4150 |
//Optional: Title, rest of the tags
|
sl@0
|
4151 |
[TestCase]
|
sl@0
|
4152 |
id 1101
|
sl@0
|
4153 |
Title StereoWidening.Player.ApplySettings.17 - Apply settings
|
sl@0
|
4154 |
AudioEffect StereoWidening
|
sl@0
|
4155 |
AssignEffect Player
|
sl@0
|
4156 |
RegisterEffect
|
sl@0
|
4157 |
Enable
|
sl@0
|
4158 |
StereoWideningLevel 0
|
sl@0
|
4159 |
ApplySettings
|
sl@0
|
4160 |
[End_TestCase]
|
sl@0
|
4161 |
|
sl@0
|
4162 |
//Required: id, AudioEffect, AssignEffect
|
sl@0
|
4163 |
//Optional: Title, rest of the tags
|
sl@0
|
4164 |
[TestCase]
|
sl@0
|
4165 |
id 1101
|
sl@0
|
4166 |
Title StereoWidening.Player.DisplayData.18 - Display StereoWidening Data
|
sl@0
|
4167 |
AudioEffect StereoWidening
|
sl@0
|
4168 |
AssignEffect Player
|
sl@0
|
4169 |
RegisterEffect
|
sl@0
|
4170 |
Enable
|
sl@0
|
4171 |
Enforce 1
|
sl@0
|
4172 |
StereoWideningLevel 100
|
sl@0
|
4173 |
ApplySettings
|
sl@0
|
4174 |
DisplayData
|
sl@0
|
4175 |
[End_TestCase]
|