Mercurial > hg > webaudioevaluationtool
comparison index.html @ 1153:0fb2b60326d0
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 | c75d2ac7f45e |
children | c0022a09c4f6 |
comparison
equal
deleted
inserted
replaced
1152:80eea5659a10 | 1153:0fb2b60326d0 |
---|---|
18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | 18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
19 <script src="jquery-2.1.4.js"></script> | 19 <script src="jquery-2.1.4.js"></script> |
20 <script src='core.js'></script> | 20 <script src='core.js'></script> |
21 <script src='loudness.js'></script> | 21 <script src='loudness.js'></script> |
22 <script src='xmllint.js'></script> | 22 <script src='xmllint.js'></script> |
23 <script src='WAVE.js'></script> | |
23 <script type="text/javascript"> | 24 <script type="text/javascript"> |
24 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly | 25 // SEARCH QUERY: By using the GET Request option ?url=loca/path/to/project.xml in the URL bar, you can load a project quickly |
25 if (window.location.search.length != 0) | 26 if (window.location.search.length != 0) |
26 { | 27 { |
27 var search = window.location.search.split('?')[1]; | 28 var search = window.location.search.split('?')[1]; |