OLD | NEW |
---|---|
1 CONSOLE ERROR: line 21: Uncaught (in promise) NotSupportedError: invalid ArrayBu ffer for audioData. | |
hongchan
2015/03/23 16:18:49
We don't want this kind of error messages in the e
Raymond Toy
2015/03/23 18:45:20
I'm undecided. I kind of didn't want to write dec
| |
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. |
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 |