Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.html

Issue 2551953002: Add tests for FLAC and OPUS decoding (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test OPUS Decoding</title>
5 <script src="../../resources/audio-codec-test.js"></script>
6 <script src="../../resources/audio-testing.js"></script>
7 <script src="../../resources/buffer-loader.js"></script>
8 </head>
9
10 <body>
11 <script>
12 var url = "opus-test.opus";
13
14 window.onload = function () { runDecodingTest(url, 48000) };
15 </script>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698