blob: ebf9f80507477683d97c55e1caba7b7b355fb3f7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="../../resources/audio-codec-test.js"></script>
<script type="text/javascript" src="../../resources/audio-testing.js"></script>
<script type="text/javascript" src="../../resources/buffer-loader.js"></script>
<script>
// Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the resampler because the
// context is running at 44.1 kHz.
var url = "../../resources/media/24bit-22khz.wav";
window.onload = function () { runDecodingTest(url) };
</script>
</head>
<body>
</body>
</html>