OLD | NEW |
1 Test method chaining feature of AudioParam automation methods. | 1 Test method chaining feature of AudioParam automation methods. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS The return value of AudioParam.setValueAtTime() matches the source AudioPar
am. | 6 PASS The return value of AudioParam.setValueAtTime() matches the source AudioPar
am. |
7 PASS The return value of AudioParam.linearRampToValueAtTime() matches the source
AudioParam. | 7 PASS The return value of AudioParam.linearRampToValueAtTime() matches the source
AudioParam. |
8 PASS The return value of AudioParam.exponentialRampToValueAtTime() matches the s
ource AudioParam. | 8 PASS The return value of AudioParam.exponentialRampToValueAtTime() matches the s
ource AudioParam. |
9 PASS The return value of AudioParam.setTargetAtTime() matches the source AudioPa
ram. | 9 PASS The return value of AudioParam.setTargetAtTime() matches the source AudioPa
ram. |
10 PASS The return value of AudioParam.setValueCurveAtTime() matches the source Aud
ioParam. | 10 PASS The return value of AudioParam.setValueCurveAtTime() matches the source Aud
ioParam. |
11 PASS The return value of AudioParam.cancelScheduledValues() matches the source A
udioParam. | 11 PASS The return value of AudioParam.cancelScheduledValues() matches the source A
udioParam. |
12 PASS Calling setValueAtTime() with a negative end time threw InvalidAccessError:
Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-n
egative number: -1. | 12 PASS Calling setValueAtTime() with a negative end time threw InvalidAccessError:
Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-n
egative number: -1. |
13 PASS Calling exponentialRampToValueAtTime() with a zero target value threw Inval
idAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam':
The float target value provided (0) should not be in the range (-1.40130e-45, 1
.40130e-45).. | 13 PASS Calling exponentialRampToValueAtTime() with a zero target value threw Inval
idAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam':
The float target value provided (0) should not be in the range (-1.40130e-45, 1
.40130e-45).. |
14 PASS The gain value of the first gain node is equal to 1. | 14 PASS The gain value of the first gain node is equal to 1. |
15 PASS The gain value of the second gain node is equal to 0.5. | 15 PASS The gain value of the second gain node is equal to 0.5. |
16 PASS The rendered envelope equals [0,0.000022675736961451248,0.00004535147392290
2495,0.00006802721088435374,0.00009070294784580499,...] with an element-wise tol
erance of 0.0000040532. | 16 PASS The rendered envelope equals [0,0.000022675736961451248,0.00004535147392290
2495,0.00006802721088435374,0.00009070294784580499,...] with an element-wise tol
erance of 0.0000040532. |
17 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
18 | 18 |
19 TEST COMPLETE | 19 TEST COMPLETE |
20 | 20 |
OLD | NEW |