Skip to content

Releases: uwctri/AudioRecorder

Allow Survey Recording

17 Jul 03:15
f478ae6
Compare
Choose a tag to compare

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

01 Jul 16:50
2856ef4
Compare
Choose a tag to compare

CSS Tweaks for new RC version, framework bump

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Jun 01:40
Compare
Choose a tag to compare

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

16 Apr 23:04
Compare
Choose a tag to compare

Added new config option to limit length of recording.

Full Changelog: v1.1.2...v1.1.3

Support MLM

22 Feb 19:22
Compare
Choose a tag to compare

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

10 Feb 01:11
Compare
Choose a tag to compare

Resolved a bug where no audio would record when the EM was configured to not record desktop audio

File Repo Support

02 Feb 19:59
Compare
Choose a tag to compare
  • 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

27 Aug 00:02
Compare
Choose a tag to compare

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

26 Aug 01:14
Compare
Choose a tag to compare

Initial Public Release for Redcap Repo