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.
Grab all the modules:
npm install
Build project for production:
npm run build
Run tests:
npm test
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.
H5P Audio Recorder is MIT licenced