Top "Recorder.js" questions

Recorder.

record audio from user and save to server

I'm trying to record audio from a website user and save the audio to my server. Many of the posts …

javascript php html audio recorder.js
How to record audio in format of mp3/m4a JavaScript- recorder.js

In recorderjs rec.exportWAV([callback][, type]) is used to generate a Blob object containing the recorded audio in WAV format. …

javascript audio mp3 audio-recording recorder.js
Decrease bitrate on WAV file created with recorderjs

I'm trying to use recorderjs on an app engine site where users upload short audio recordings (say, 1 to a dozen …

html audio wav audio-recording recorder.js