DEV Community

Discussion on: An introduction to the MediaRecorder API

Collapse
 
missamarakay profile image
Amara Graham

WebM totally hung me up the first time I was playing around with MediaRecorder API. Luckily the service I was sending the audio to accepted that format and I was good to go!

Collapse
 
philnash profile image
Phil Nash

Ha, that is useful. I am going to look into translating from WebM to other formats in the browser, but that's going to take some WebAssembly wrangling (which I'm sort of looking forward to)!