kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
318 stars 39 forks source link

Cannot use 'audio/webm; codecs=opus' mimeType #52

Open LiubaLozynska opened 2 years ago

LiubaLozynska commented 2 years ago

Hey there!

Tying to use this polyfill in order to record audio with mime type 'audio/webm; codecs=opus' on IOS. However, in fact mimeType that is used is audio/webm without codec, even in Chrome and Firefox. Here is an online example https://jsfiddle.net/jcwomb13/1/ I have changes mimeType to 'audio/webm; codecs=opus', but as you can see in console mimeType is audio/webm. How can I make it 'audio/webm; codecs=opus'?

Thanks in advance for your help! Screenshot 2021-11-24 220842