diff index.html @ 2642:77204f78386a

#3: Added resampler from JS-xtract into resampler.js. Automatically use to match sample rates
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 19 Jan 2017 14:48:02 +0000
parents 464c6c6692d6
children 52e51b15f808
line wrap: on
line diff
--- a/index.html	Thu Jan 19 13:12:31 2017 +0000
+++ b/index.html	Thu Jan 19 14:48:02 2017 +0000
@@ -18,6 +18,7 @@
     <!-- Use jQuery hosted from Google CDN -->
     <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
     <script type="text/javascript" src="js/jquery-2.1.4.js"></script>
+    <script type="text/javascript" src="js/resample.js"></script>
     <script type="text/javascript" src="js/loader.js"></script>
 </head>