Mercurial > hg > webaudioevaluationtool
diff index.html @ 1353:41574c5bc5ee
Added WAVE.js, conversion of some C scripts to JS for WAVE file manipulation. By default, will use the WAVE decoder first before fallback to browser decoders. All browsers now support Integer 8-/16-/24-/34-bit and IEEE Float 32 WAVE files.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Sat, 16 Jan 2016 14:51:02 +0000 |
parents | a7e81c4f4ace |
children | c0022a09c4f6 |
line wrap: on
line diff
--- a/index.html Fri Jan 15 11:04:23 2016 +0000 +++ b/index.html Sat Jan 16 14:51:02 2016 +0000 @@ -20,6 +20,7 @@ <script src='core.js'></script> <script src='loudness.js'></script> <script src='xmllint.js'></script> + <script src='WAVE.js'></script> <script type="text/javascript"> // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly if (window.location.search.length != 0)