Hello, I am looking for a javascript code to record, download and listen to a student audio file in my scorm version. GitHub - addpipe/simple-recorderjs-demo: A simple HTML5/JS demo that uses Recorder.js to record audio as uncompressed pcm (wav) and POST it to a server side script. How can I integrate this code into my own project like at this address, or is there a similar javascript code in activepresenter?
1 Like
Hi there,
To achieve your desire, you have to add scripts to the server side so it can get the audio file.
While ActivePresenter only generates HTML5 content that runs on the client side.
For your information, using the Web Object feature in ActivePresenter seems to be the simplest way if you want to record audio from HTML5.
Regards,
Thuy
1 Like