This is a listening test interface based on Web Audio Evaluation Tool (WAET):
Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, "Web Audio Evaluation Tool: A Browser-Based Listening Test Environment," 12th Sound and Music Computing Conference, July 2015.
The original repository can be found here.
At this stage it's only possible to run it locally.
-
Download or clone the whole repository
-
Go to the
[WAET-home-folder]/python
folder and runpythonServer.py
(Python 2.7 required for some reason!) -
Open a web browser (Chrome or Firefox recommended) and type
localhost:8000/test.html?url=tests/phasetest.xml
-
Input your ID (initials preferred) and start the test
-
When you finish, the result will be saved as an xml file in
[WAET-home-folder]/saves
. Identify the correct result file by the modified time or the ID you put inside the xml file (open the xml and use the find feature in any text editor).
Please refer to LICENSE.txt (GNU General Public License).