CAQE
CAQE copied to clipboard
Crowdsourced Audio Quality Evaluation Toolkit
Bumps [babel](https://github.com/python-babel/babel) from 2.3.3 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.1 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Currently the publicly accessible repository does not have any code for estimating the in-situ hearing response from the listening test responses. This code should be added into the analysis module.
Paying bonuses does not work because the participant list is on the remote DB (on Heroku) but not available locally. Since one is not supposed to upload their AWS secrets...
https://github.com/psycopg/psycopg2/issues/594
Right now we have MUSHRA and pairwise tests, but we may want more test types. We need to explain how to do this in the documentation.
Examples in Test Configurations page show that you should set `CAQE_CONFIG='../test_configurations/general_mushra.cfg'` as a path, but CAQE builds this path in `__init__.py`, so the examples should be `CAQE_CONFIG='general_mushra.cfg'` instead.