Releases: audiolabs/webMUSHRA
Releases · audiolabs/webMUSHRA
New features for likert page, fix for webaudio (chrome >70)
Changes
- Finally we added a fix that affected webMUSHRA doesn't work correctly on Chrome >= 70 #26
Four new features added to Likert stimulus pages:
- allow multiple Likert scales on Single Stimulus pages
- add config option to require playback to start before rating gets enabled (the option to enforce playback to complete before rating gets enabled already exists)
- add option to display waveform on Likert Single Stimulus pages
- add option to limit number of (randomised) stimuli presented to user to Likert Single Stimulus pages
Bug Fix release
New Features
- Addresses randomization methods, using Durstenfeld algorithm: #34
- Update YAML parser to version 0.3: #29
- Add French translation: #28
Bug Fixes
- addresses web audio policy which was resulting in playback errors on Chrome >70: #45
- Fix a scrolling behaviour for new page: #38
Contributors
Thanks to @krlln, @BenjSta, @glegodais @faroit
Spatial Experiments and many bugfixes
New Features
- Add experiments for spatial attributes, such as ASW, LEV, and localization: #18
- Add Docker support: #21
- Expose version number in user interface: #13
- Added possibility to initialize a new experiment during runtime by calling
startup(config)
: #15
Bug Fixes
- Fix possible sound distortion when reference and stimuli are of different length: #12
First webMUSHRA Open Source Release
Finally the webMUSHRA open source release is here.
We provide two version of webMUSHRA.
webMUSHRA
provides the version targeted for users and experimenters. The javascript files are compressed which makes it faster to load. The documentation is provided as PDF files.webMUSHRA-dev
is targeted to developers and experienced users who want to customise webMUSHRA. This version is comparable to cloning the git repository.