5 <script type=
"text/javascript" src=
"../../resources/audio-codec-test.js"></script>
6 <script type=
"text/javascript" src=
"../../resources/audio-testing.js"></script>
7 <script type=
"text/javascript" src=
"../../resources/buffer-loader.js"></script>
9 // Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the resampler because the
10 // context is running at 44.1 kHz.
11 var url
= "../../resources/media/24bit-22khz.wav";
13 window
.onload = function () { runDecodingTest(url
) };