OLD | NEW |
| 1 CONSOLE ERROR: line 21: Uncaught (in promise) NotSupportedError: invalid ArrayBu
ffer for audioData. |
1 Basic tests for decodeAudioData function. | 2 Basic tests for decodeAudioData function. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 PASS decodeAudioData raises exception correctly when arraybuffer parameter is nu
ll. | 7 PASS decodeAudioData(null) invoked errorCallback correctly: NotSupportedError: i
nvalid ArrayBuffer for audioData. |
7 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c
orrectly. | 8 PASS The resources/media/24bit-44khz.wav test: successCallback has been called c
orrectly. |
8 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal
led correctly. | 9 PASS The resources/media/invalid-audio-file.txt test: errorCallback has been cal
led correctly. |
9 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
10 | 11 |
11 TEST COMPLETE | 12 TEST COMPLETE |
12 | 13 |
OLD | NEW |