Mercurial > hg > webaudioevaluationtool
changeset 2473:72c741b27cc6
Update README.md
Add info about browser compatibility (not worth a separate wiki page)
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Tue, 02 Aug 2016 16:00:34 +0200 |
parents | 2a1f42b5614a |
children | 32335c0f5a08 026ec377f5bc |
files | README.md |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Tue Aug 02 13:04:55 2016 +0100 +++ b/README.md Tue Aug 02 16:00:34 2016 +0200 @@ -19,13 +19,14 @@ The video below shows you can set up a simple test from scratch in under five minutes (click to open): [](https://www.youtube.com/watch?v=T_rwE6Gt9sI) -## Dependencies +## Dependencies and compatibility Runs out of the box on any web server with PHP (tested on PHP 5.1<=), no third party software needed. Alternatively, a local server (no web server or internet connection needed!) and optional Python analysis scripts run on Python 2.7 or 3.x. Plots rendered using [matplotlib](http://matplotlib.org), [NumPy](http://matplotlib.org) and [SciPy](http://scipy.org). +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. ## Academic use