blob: 74c750afde9dd9b227565b06da86a1e28bde834e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>
24bit-44khz.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">
let url = '../../resources/media/24bit-44khz.wav';
window.onload = function() {
runDecodingTest(url)
};
</script>
</body>
</html>