audio-recorder-polyfill icon indicating copy to clipboard operation
audio-recorder-polyfill copied to clipboard

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

Open oanguenot opened this issue 4 years ago • 2 comments

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

oanguenot avatar Dec 12 '20 20:12 oanguenot

PR is welcome since I do not use this tool anymore

ai avatar Dec 12 '20 23:12 ai

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.

jamsch avatar Mar 17 '21 03:03 jamsch