blob: a309080338c85ef1a922147c3d08ed091a7da2b4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>
24bit-22khz-resample.html
</title>
<script src="../../resources/audio-codec-test.js"></script>
<script src="../../resources/audit-util.js"></script>
<script src="../../resources/buffer-loader.js"></script>
<script src="../../resources/audio-file-utils.js"></script>
</head>
<body>
<script id="layout-test-code">
// Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the
// resampler because the context is running at 44.1 kHz.
let url = '../../resources/media/24bit-22khz.wav';
window.onload = function() {
runDecodingTest(url)
};
</script>
</body>
</html>