Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with pause/resume in Safari #60

Open
ktsour opened this issue Oct 16, 2019 · 3 comments
Open

Problem with pause/resume in Safari #60

ktsour opened this issue Oct 16, 2019 · 3 comments
Labels

Comments

@ktsour
Copy link

ktsour commented Oct 16, 2019

If you pause the recording, resume the recording and the record again, the 2nd part of the recording is muted when you listen to it.
You can even try it in your live demo.

@elsmr elsmr added the accepted label Oct 16, 2019
@elsmr
Copy link
Owner

elsmr commented Sep 25, 2020

I had a look at this issue a couple times, but can't find a solution for now. In Safari the AudioContext doesn't resume. I'm going to add it to the README as a known limitation for now.

@asiop
Copy link

asiop commented Jun 22, 2021

I workaround for this can be - during pause do not pause the source node, instead, skip sending data to the worker while paused in the onprocessaudio event.

@amarchen
Copy link

Tried pausing-resuming recoding in https://mp3-mediarecorder.elsmr.dev in Safari 15.6 and 2nd part of recording is not muted. Possibly Safari has improved over the recent years. I didn't try the mobile one.

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

No branches or pull requests

4 participants