ai / audio-recorder-polyfill

MediaRecorder polyfill to record audio in Edge and Safari
https://ai.github.io/audio-recorder-polyfill/
MIT License
584 stars 79 forks source link

Not working on iOS Safari #86

Closed mycaigou closed 3 years ago

mycaigou commented 3 years ago

ios: 14.0

Looking forward to your reply~

b9eb8f28-868d-4f45-ae17-e4224bf6ac29 image

ai commented 3 years ago

Please check other closed issues. It is not so easy to use it in Safari.

victorykong commented 3 years ago

You mean the library still doesn't support iOS Safari?

ai commented 3 years ago

Supports, but there are some limits.

It is important to start recording directly in the click event listener (not in setTimeout or after any Promise).

Unfortunately, I do not support this project anymore. You need to investigate it by your own