LaravelPackages.net
Acme Inc.
Toggle sidebar
innova/audio-recorder-bundle

Claroline Audio Recorder Bundle

18
0
About innova/audio-recorder-bundle

innova/audio-recorder-bundle is a Laravel package for claroline audio recorder bundle. It currently has 0 GitHub stars and 18 downloads on Packagist. Install it with composer require innova/audio-recorder-bundle. Discover more Laravel packages by innova or browse all Laravel packages to compare alternatives.

Last updated

Innova\audio-recorder-bundle

This Bundle is a plugin intended to be used with Claroline Connect LMS.

It allows the user to record audio via an available audio input device (such as a laptop microphone) and create a Claroline File from the recorded audio blob.

Requirements

This plugin uses

WebBrowser minimal requirement

  • To use MediaRecorder in Chrome 47 and 48, enable experimental Web Platform features from the chrome://flags page.
  • Audio recording work in Firefox and in Chrome 49 and above; Chrome 47 and 48 only support video recording.
  • Everything work on Firefox 29 or later

Installation

Install with composer :

$ composer require innova/audio-recorder-bundle

Install plugin :

$  php app/console claroline:plugin:install InnovaAudioRecorderBundle

Limitations

  • Works on Chrome and Firefox
  • Firefox records stream in ogg while Chrome uses wav
  • Chrome needs an https connection to allow user media sharing! See this for more informations.

Authors

  • Donovan Tengblad (purplefish32)
  • Axel Penin (Elorfin)
  • Arnaud Bey (arnaudbey)
  • Eric Vincent (ericvincenterv)
  • Nicolas Dufour (eldoniel)
  • Patrick Guillou (pitrackster)

Requests

Go to Claroline if you want to ask for new features.

Go to Claroline Support if you encounter some bugs.

Licence

MIT

Comments