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

Audio not playing in background on iOS #226

Open
imrankhanmemon opened this issue Jul 13, 2023 · 2 comments
Open

Audio not playing in background on iOS #226

imrankhanmemon opened this issue Jul 13, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@imrankhanmemon
Copy link

Version affected
All iOS version

Describe the bug
const audio = document.createElement('audio')
audio.srcObject = stream
audio.muted = true
audio.play()
When I am removing audio.muted = true it is woking fine in background, but causing issue in delay node mode it plays two time one real time other with delay
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@imrankhanmemon imrankhanmemon added the bug Something isn't working label Jul 13, 2023
@imrankhanmemon
Copy link
Author

Any progress on this

@Santiago-Souto
Copy link
Contributor

Hi @imrankhanmemon ! Sorry for the late response. Could you provide more context on the issue. I understand the title says audio not playing, but in the description it is noted that the audio is playing double on background.

Also, any more information, code base or something else would be helpful.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants