# HG changeset patch # User www-data # Date 1470147650 -3600 # Node ID 32335c0f5a084ac5e3509f07a2d4325f03f22c4b # Parent 582be5fd888407412e58dad9aa0961276b6810e0# Parent 72c741b27cc68fda658e1511ea066f5f46e9a471 Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r 582be5fd8884 -r 32335c0f5a08 README.md --- a/README.md Tue Aug 02 13:20:49 2016 +0100 +++ b/README.md Tue Aug 02 15:20:50 2016 +0100 @@ -19,13 +19,14 @@ The video below shows you can set up a simple test from scratch in under five minutes (click to open): [![Web Audio Evaluation Tool test setup](https://img.youtube.com/vi/T_rwE6Gt9sI/0.jpg)](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