b@2197: # Web Audio Evaluation Tool b@2197: b@2197: ## Authors b@2197: b@2197: | Author | e-mail | b@2197: | ------- | ------ | b@2370: | Nicholas Jillings | <[nicholas.jillings@mail.bcu.ac.uk](mailto:nicholas.jillings@mail.bcu.ac.uk)> | mail@3137: | Brecht De Man | <[mail@brechtdeman.com](mailto:mail@brechtdeman.com)> | b@2370: | David Moffat | <[d.j.moffat@qmul.ac.uk](mailto:d.j.moffat@qmul.ac.uk)>| b@2370: | Joshua D. Reiss (supervisor) | <[joshua.reiss@qmul.ac.uk](mailto:joshua.reiss@qmul.ac.uk)> | b@2370: | Ryan Stables (supervisor) | <[ryan.stables@bcu.ac.uk](mailto:ryan.stables@bcu.ac.uk)> | b@2197: b@2197: b@2197: ## Instructions b@2197: b@2451: Please refer to the [Wiki](https://github.com/BrechtDeMan/WebAudioEvaluationTool/wiki). b@2197: b@2439: ### Preview b@2439: The video below shows you can set up a simple test from scratch in under five minutes (click to open): b@2439: [![Web Audio Evaluation Tool test setup](https://img.youtube.com/vi/T_rwE6Gt9sI/0.jpg)](https://www.youtube.com/watch?v=T_rwE6Gt9sI) b@2197: b@2473: ## Dependencies and compatibility b@2273: b@2273: Runs out of the box on any web server with PHP (tested on PHP 5.1<=), no third party software needed. b@2273: b@2273: Alternatively, a local server (no web server or internet connection needed!) and optional Python analysis scripts run on Python 2.7 or 3.x. b@2273: Plots rendered using [matplotlib](http://matplotlib.org), [NumPy](http://matplotlib.org) and [SciPy](http://scipy.org). b@2273: b@2473: As Microsoft Internet Explorer [does not support the Web Audio API](http://caniuse.com/#feat=audio-api), you will need another browser like Firefox, Chrome, Edge or Safari. b@2273: b@2544: ## Citing b@2197: b@2544: When using the Web Audio Evaluation Tool, please acknowledge the authors and cite b@2198: b@2945: > Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, "[Web Audio Evaluation Tool: A Browser-Based Listening Test Environment](http://smcnetwork.org/system/files/SMC2015_submission_88.pdf)," [12th Sound and Music Computing Conference](http://www.maynoothuniversity.ie/smc15/), July 2015. b@2198: b@2198: BibTeX: b@2198: b@2198: @conference{waet2015, b@2198: Author = {Jillings, Nicholas and Moffat, David and De Man, Brecht and Reiss, Joshua D.}, b@2198: Booktitle = {12th Sound and Music Computing Conference}, b@2198: Month = {July}, b@2198: Title = {Web {A}udio {E}valuation {T}ool: {A} browser-based listening test environment}, b@2198: Year = {2015}} b@2197: b@2544: ## License b@2207: b@2207: Please refer to LICENSE.txt ([GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.en.html)). b@2197: b@2544: If you wish to use elements of the Web Audio Evaluation Tool as part of a commercial product, please contact us for a commercial license.