I am recording audio from getUserMedia({audio:true}); in the browser using Recorder.js and then exporting it as a WAV file because that\'s the only option the l
getUserMedia({audio:true});
I was able to achieve compression using opus.js,
you can find my implementation here: recordOpus, but there is a catch, mine is coupled with server-side, and I use node.js server....
node.js