elsmr / mp3-mediarecorder

🎙MediaRecorder ponyfill that records audio as mp3

Home Page:https://mp3-mediarecorder.elsmr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem after 4th recording

ktsour opened this issue · comments

Safari does not support more than 4 AudioContexts. Every AudioContext should be closed after each recording. You can try your live demo in Safari and you will see that it crashes on the 5th recording.
This issue is also reported in the Kagami/vmsg library:
Kagami/vmsg#24
The same will happen in Chrome after 30 recordings.

Hi thanks for the report, sounds like something that should be fixed, I will take a look soon.
Or if you would like to have a stab at fixing it yourself, just say the word 😄

Hi, just made a pull request for it.

🎉 This issue has been resolved in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀