CAQE
CAQE copied to clipboard
Crowdsourced Audio Quality Evaluation Toolkit
"The issue was that because the files were big (1.1MB) the client socket was being closed before waiting for the whole .wav file. .... for a longer term fix you'll...
This file was accidentally neglected when documentation occurred. The sphinx-readable docstrings should be added and documentation should be generated.
Currently, we have minimal analysis tools in the publicly released version of CAQE—just MUSHRA boxplots. We need to at least generate plots and mean score values based on the pairwise...
Currently the publicly accessible repository does not have the code for fitting the pairwise models. We should provide both code for estimating posterior distributions of the latent scores using the...
It would be nice to have an analysis view on the server to monitor the progress of the results. This however, would likely require the use of a Buildpack on...
As recommended in Brecht De Man's work, add comment fields to allow participants to comment on the motivation of their ratings, etc. and save this in the database.
In our research, we found that the "lack of distortions to the target" scale (inclusive of both additive and subtractive distortions to the target) was less confusing for novices than...
Currently we have documented instructions for deploying on Heroku, but we provide instructions for alternatives to Heroku.
According to their [documentation](http://gunicorn.org/#deployment), it is best to use Gunicorn behind an HTTP proxy server such as [Nginx](https://www.nginx.com/resources/wiki/). To use this with Heroku as a host, we will likely need...