You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: