This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
Allow to play multiple sounds simultaneoustly #4
Comments
The plugin can't play multiple sounds in same time. It should not be very difficult to implement, but I have not this in my todo list for now. Off course, PR are always welcome :) |
I am going to try my best :) |
rxlabz
changed the title
Playing sounds after one another
Allow playing multiple sounds is same time
Jun 3, 2017
rxlabz
changed the title
Allow playing multiple sounds is same time
Allow to play multiple sounds in same time
Jun 3, 2017
rxlabz
changed the title
Allow to play multiple sounds in same time
Allow to play multiple sounds simultaneoustly
Jun 3, 2017
Do you have anything working/in progress, or should I make something myself ? :) |
Sorry, I am not working on it anymore :/ |
I made a fork to allow this, but only for Android (I don't have iDevices to test right now). It's working well for me :) Just replace |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got everything working properly. What I am trying to do is play some sounds followed by another, without interupting the previous one. If I do something like this:
then obviously it gets messed up and they overwrite each other. How can I achieve this effect?
The text was updated successfully, but these errors were encountered: