Simple Example of web audio recorder
Clone the repository
go inside the js
and run httb server
You can use any http-server that you like or install the above using npm
npm install -g http-server
Listen live to the recorded file, anytime.
Detail explanation and live demo here Record and Export Audio, Video files in browser using Web Audio API with Recorder.js
$ cd js
$ http-server
Open http://localhost:8080 in enjoy
The only undone part of this project is "how to upload recorded file to the server..."