Skip to content

Releases: audiolabs/webMUSHRA

New features for likert page, fix for webaudio (chrome >70)

07 Dec 10:55
Compare
Choose a tag to compare

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

Thanks to @jpauwels @lgestin @faroit

Bug Fix release

14 Jun 13:04
28e2262
Compare
Choose a tag to compare

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

03 Dec 21:44
Compare
Choose a tag to compare

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

24 Mar 12:18
Compare
Choose a tag to compare

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.