BrechtDeMan / WebAudioEvaluationTool

A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.
https://code.soundsoftware.ac.uk/projects/webaudioevaluationtool
GNU General Public License v3.0
114 stars 37 forks source link

Custom result file names stopped working? #235

Closed BrechtDeMan closed 7 years ago

BrechtDeMan commented 7 years ago

My results are all being stored as 'save-[hash].xml', even visiting this link: webprojects.eecs.qmul.ac.uk/bdm30/master/test.html?url=tests/examples/APE_example.xml&saveFilenamePrefix=customname

See also the previously resolved issue #186

EDIT: with the newest master this doesn't even save, see #234

nickjillings commented 7 years ago

Fixed in 277b072