We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it could be an issue as mentioned here:
https://docs.google.com/presentation/d/1HK947ywibadLLdbAAv5SBYjQ22UER7gbJyXss85GLmg/edit?pli=1#slide=id.g1437efb_0_28
but wanted to confirm.
I add my stuff like so:
SoundJS.dd('fireball', 'public/fireball' + filetype, 1);
and play it with SoundJS.play("fireball", SoundJS.INTERRUPT_EARLY)
but it won't play the second time. adding multiple instances of the same sound doesn't do anything - still won't play the 2nd time.
The text was updated successfully, but these errors were encountered:
nevermind i think just something wrong with my path
Sorry, something went wrong.
No branches or pull requests
it could be an issue as mentioned here:
https://docs.google.com/presentation/d/1HK947ywibadLLdbAAv5SBYjQ22UER7gbJyXss85GLmg/edit?pli=1#slide=id.g1437efb_0_28
but wanted to confirm.
I add my stuff like so:
SoundJS.dd('fireball', 'public/fireball' + filetype, 1);
and play it with SoundJS.play("fireball", SoundJS.INTERRUPT_EARLY)
but it won't play the second time. adding multiple instances of the same sound doesn't do anything - still won't play the 2nd time.
The text was updated successfully, but these errors were encountered: