| Index: third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.html b/third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..03596deb12cc8eeede8d2adbd4741d771f049c3e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.html
|
| @@ -0,0 +1,17 @@
|
| +<!doctype html>
|
| +<html>
|
| + <head>
|
| + <title>Test OPUS Decoding</title>
|
| + <script src="../../resources/audio-codec-test.js"></script>
|
| + <script src="../../resources/audio-testing.js"></script>
|
| + <script src="../../resources/buffer-loader.js"></script>
|
| + </head>
|
| +
|
| + <body>
|
| + <script>
|
| + var url = "opus-test.opus";
|
| +
|
| + window.onload = function () { runDecodingTest(url, 48000) };
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|