Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 842 Bytes

H5P InHub Audio Recorder

This is a fork of H5P Audio Recorder that allows to save the recording on the server instead of only allow to download the recording, you will need to modify the setFinished event on your back-end to save the result file and register it on the database, I suggest you to add a file column on the h5p_results table.

Getting started

Grab all the modules:

npm install

Build project for production:

npm run build

Run tests:

npm test

Translating

Help translate h5p-audio-recorder on crowdin.com.

If your language isn't on the list, feel free to make a post in the community forum.

License

H5P Audio Recorder is MIT licenced