Releases: uwctri/AudioRecorder
Allow Survey Recording
In a previous version of this EM we mistakenly removed the ability to record on a survey, that ability has been added back.
Also renaming the license file per Vanderbilt.
Full Changelog: v1.2.1...v1.2.2
CSS Tweaks
CSS Tweaks for new RC version, framework bump
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Three new admin options to control if users can upload to disk, file repo, and set the max recording time.
Please see the readme for notes on upgrading and settings review.
Full Changelog: v1.1.3...v1.2.0
New Feature
Added new config option to limit length of recording.
Full Changelog: v1.1.2...v1.1.3
Support MLM
Previously the Audio Recorder EM would wait for Shazam to load before attaching to buttons on the form, but did not wait for the multi-language module to load. This resulted in usage of the MLM breaking the Audio Recorder EM. We now correctly wait for the MLM to load before attaching events.
Additionally the follow functions are now exposed and can be used with "onclick" on an html element rather than needing to define a CSS selector in the EM's config. In the future this will be the standard way to configure the EM.
- AudioRecorder.start
- AudioRecorder.stop
- AudioRecorder.upload
- AudioRecorder.download
- AudioRecorder.init
Bug Fix
File Repo Support
- Major code cleanup
- Resolved an issue where the demo page did not correctly allow you to record
- Added support for uploading to the Redcap file repo
Vanderbilt Bug Fix
Resolving an issue reported by Vanderbilt in the initial release. We no longer trust the file destination sent from the client when uploading a recording, instead we rebuild the destination path.
Public Release
Initial Public Release for Redcap Repo