Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

MimeType 'audio/wav' since no more supported by Safari Preview 117 #83

Open
oanguenot opened this issue Dec 12, 2020 · 2 comments
Open

Comments

@oanguenot
Copy link

When testing the polyfill in Safari 14.01:
MediaRecorder.isTypeSupported('audio/wav') --> true
MediaRecorder.isTypeSupported('audio/mp4') --> false

When testing the polyfill in Safari 14.1 (SAfari preview 117):
MediaRecorder.isTypeSupported('audio/wav') --> false
MediaRecorder.isTypeSupported('audio/mp4') --> true

@ai
Copy link
Owner

ai commented Dec 12, 2020

PR is welcome since I do not use this tool anymore

@jamsch
Copy link

jamsch commented Mar 17, 2021

It seems as though Safari 14.0.3 now has MediaRecorder API support with audio/mp4 support, but not audio/wav. Still using this library to polyfill override the default MediaRecorder on Safari because it seems like there's issues with the event fire order of stop & dataavailable that prevents us from getting the last chunk of data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants