| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <script type="text/javascript" src="../../resources/audio-codec-test.js"></s
cript> | 5 <script type="text/javascript" src="../../resources/audio-codec-test.js"></s
cript> |
| 6 <script type="text/javascript" src="../../resources/audio-testing.js"></scri
pt> | 6 <script src="../../resources/audit-util.js"></script> |
| 7 <script src="../../resources/audio-testing.js"></script> |
| 7 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri
pt> | 8 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri
pt> |
| 8 <script> | 9 <script> |
| 9 // Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the res
ampler because the | 10 // Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the res
ampler because the |
| 10 // context is running at 44.1 kHz. | 11 // context is running at 44.1 kHz. |
| 11 var url = "../../resources/media/24bit-22khz.wav"; | 12 var url = "../../resources/media/24bit-22khz.wav"; |
| 12 | 13 |
| 13 window.onload = function () { runDecodingTest(url) }; | 14 window.onload = function () { runDecodingTest(url) }; |
| 14 </script> | 15 </script> |
| 15 </head> | 16 </head> |
| 16 <body> | 17 <body> |
| 17 </body> | 18 </body> |
| 18 </html> | 19 </html> |
| OLD | NEW |