OLD | NEW |
| (Empty) |
1 Tests ScriptProcessorNode. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 PASS Exception was thrown when both numberOfInputChannels and numberOfOutputChan
nels are zero. | |
6 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and
numberOfOutputChannels = 0. | |
7 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 2 and
numberOfOutputChannels = 0. | |
8 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and
numberOfOutputChannels = 1. | |
9 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and
numberOfOutputChannels = 2. | |
10 PASS Exception was thrown for illegal bufferSize. | |
11 PASS Successfully created ScriptProcessorNode with bufferSize = 256. | |
12 PASS Successfully created ScriptProcessorNode with bufferSize = 512. | |
13 PASS Successfully created ScriptProcessorNode with bufferSize = 1024. | |
14 PASS Successfully created ScriptProcessorNode with bufferSize = 2048. | |
15 PASS Successfully created ScriptProcessorNode with bufferSize = 4096. | |
16 PASS Successfully created ScriptProcessorNode with bufferSize = 8192. | |
17 PASS Successfully created ScriptProcessorNode with bufferSize = 16384. | |
18 PASS onaudioprocess was called with correct data. | |
19 PASS successfullyParsed is true | |
20 | |
21 TEST COMPLETE | |
22 | |
OLD | NEW |