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