Mercurial > hg > webaudioevaluationtool
comparison index.html @ 113:dcb042ed9d76
Fix Bug #1241 and #1213: Added checks each time new test page is loaded that all audioObjects have decoded. Writes to browser console WAIT and does not issue any play command if any audioObjects not ready.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 25 May 2015 11:14:12 +0100 |
parents | e4436132dbd9 |
children | d9a02dbfbf2c |
comparison
equal
deleted
inserted
replaced
112:4d8846186db4 | 113:dcb042ed9d76 |
---|---|
24 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; | 24 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; |
25 }; | 25 }; |
26 </script> | 26 </script> |
27 <!-- Uncomment the following script for automatic loading of projects --> | 27 <!-- Uncomment the following script for automatic loading of projects --> |
28 <script> | 28 <script> |
29 url = 'example_eval/project.xml'; //Project XML document location | 29 url = 'PXL_test/brecht.xml'; //Project XML document location |
30 loadProjectSpec(url); | 30 loadProjectSpec(url); |
31 </script> | 31 </script> |
32 | 32 |
33 </head> | 33 </head> |
34 | 34 |