comparison test.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
comparison
equal deleted inserted replaced
2641:757e3956845c 2642:77204f78386a
16 <!-- Load up the default core JS and CSS files--> 16 <!-- Load up the default core JS and CSS files-->
17 <link rel='stylesheet' type='text/css' href='css/core.css'> 17 <link rel='stylesheet' type='text/css' href='css/core.css'>
18 <!-- Use jQuery hosted from Google CDN --> 18 <!-- Use jQuery hosted from Google CDN -->
19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> 19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
20 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> 20 <script type="text/javascript" src="js/jquery-2.1.4.js"></script>
21 <script type="text/javascript" src="js/resample.js"></script>
21 <script type="text/javascript" src="js/loader.js"></script> 22 <script type="text/javascript" src="js/loader.js"></script>
22 </head> 23 </head>
23 24
24 <body> 25 <body>
25 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> 26 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->