| OLD | NEW |
| (Empty) |
| 1 CONSOLE WARNING: AudioBufferSourceNode 'looping' attribute is deprecated. Use '
loop' instead. | |
| 2 Tests AudioBufferSourceNode looping with a variety of loop points. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 5 | |
| 6 PASS loop whole buffer by default with loopStart == loopEnd == 0 | |
| 7 PASS loop whole buffer explicitly | |
| 8 PASS loop from middle to end of buffer | |
| 9 PASS loop from start to middle of buffer | |
| 10 PASS loop internally from 4 -> 6 | |
| 11 PASS loop internally from 3 -> 7 | |
| 12 PASS loop internally from 4 -> 6 with playbackRate of 0.5 | |
| 13 PASS loop internally from 4 -> 6 with playbackRate of 1.5 | |
| 14 PASS illegal playbackRate of 47 greater than loop length | |
| 15 PASS illegal loop: loopStartFrame > loopEndFrame | |
| 16 PASS illegal loop: loopStartFrame == loopEndFrame | |
| 17 PASS illegal loop: loopStartFrame < 0 | |
| 18 PASS illegal loop: loopEndFrame > bufferLength | |
| 19 | |
| OLD | NEW |