diff index.html @ 482:6281b02dcb58 Dev_main

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 <n.g.r.jillings@se14.qmul.ac.uk>
date Sat, 16 Jan 2016 14:51:02 +0000
parents f6c9f9e5400e
children ea97b12c1f1e
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)