beaqlejs
beaqlejs copied to clipboard
*BeaqleJS* provides a framework to create browser based listening tests and is purely based on open web standards like HTML5 and Javascript.
Error Behaviour: Not able to randomize AB choice, it always represent as defined in test case. In file beaqle.js line 1375, ```javascript // create random file mapping if not yet...
I'm helping a student setup a Mushra test, looked at several tools and suggested using beaqlejs because it's nice and clean. The problem we ran into is the automatic addition...
The file beaqle.js has more then 1400 lines of code and contains about 53 functions. This is way too much. I would recommend to refactor the code to make it...
If I open an refresh the webpage on a server Firefox comes with the following Error: "InvalidStateError: An attempt was made to use an object that is not, or is...
All the config files are not correct. My Browser complains about commas after the objects in the "Testset" Array and after the key-value-pairs under "Files".
Since the app is not able to shuffle the pairs of audio in the abx test the config file must me generated in another program. Generating a Javascript file is...
This adds a `Repeat` option that automatically duplicates testsets. This is useful for ABX tests, where multiple attempts are necessary to get statistically significant results. However, `RandomizeFileOrder` shuffles the identical...
the following config file won't display the reference correctly: It instead treats the reference simply as another test item. ``` // configure the test here var TestConfig = { "TestName":...
Hello, and thank you for providing this project. I recently found a bug in Chrome during playback. The audioContext was suspended and not producing audio, this was my fix in...