You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using PIXI and developing a small game which has sprite sounds. While implementation I add each sprite as a sound object and play it. I noticed that when I play more than 1 sound simultaneously then both the sounds does not play. The play call is executed properly. I play 1st sound it starts playing till I hit the play call for second sound. After the second play call is executed no sound plays. Even the 1st sound stops. I'm trying to understand what could be going wrong here but have no clue. Any pointers or suggestions are most welcome.
Thanks in advance.
Regards,
BShreyansh
The text was updated successfully, but these errors were encountered:
Hello,
I'm using PIXI and developing a small game which has sprite sounds. While implementation I add each sprite as a sound object and play it. I noticed that when I play more than 1 sound simultaneously then both the sounds does not play. The play call is executed properly. I play 1st sound it starts playing till I hit the play call for second sound. After the second play call is executed no sound plays. Even the 1st sound stops. I'm trying to understand what could be going wrong here but have no clue. Any pointers or suggestions are most welcome.
Thanks in advance.
Regards,
BShreyansh
The text was updated successfully, but these errors were encountered: