Voice recorder for phone browser

0
Does anybody have any experience with a voicerecorder in a Mendix app? We want to run it in the phonebrowser….
asked
1 answers
1

https://stackoverflow.com/questions/16413063/html5-record-audio-to-file

 

 

There is a fairly complete recording demo available at:http://webaudiodemos.appspot.com/AudioRecorder/index.html

It allows you to record audio in the browser, then gives you the option to export and download what you've recorded.

You can view the source of that page to find links to the javascript, but to summarize, there's a Recorder object that contains an exportWAV method, and a forceDownload method.

answered