question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to play a sound multiple times more than once.

See original GitHub issue

This is the code I am using:

box.bind('Click', function() {
  Crafty.audio.play("beep", 3);
});

According to this code, the beep sound should be played three times on each click on the box. However, the beep sound plays three times only on the first click. On second and subsequent clicks, the beep sound plays only once. Why is that?

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
starwedcommented, Jan 27, 2017

With a new release, we typically put any fixed bugs in the release notes, and open bugs will be present here on github. But there’s currently no place that calls out known fixed bugs with the current version.

0reactions
9itishcommented, Jan 26, 2017

Thanks @starwed. Is there a webpage where Crafty keeps track of bugs found in different versions?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to play multiple programme sound at the same time
As an initial troubleshooting step, I suggest you to check if the volume is set low or in mute state in Volume Mixer....
Read more >
Trouble playing the sound group multiple times
I am currently starting a looping sound when the player interacts with an object as follows: MasterAudio.PlaySound3DAtVector3("Waterpump" ...
Read more >
Cant play a sound multiple times in a for loop - Scripting Support
Im making a simple type write effect but I ran into a problem, I want to play a sound after each letter has...
Read more >
Sound cannot play from multiple applications at once
When I'm in a video call of any sort, whether it be Messenger, Houseparty or Zoom, I cannot hear sound from any other...
Read more >
Java - playing the same sound multiple times at once
Using the second method worked for jar files but the issue then is instead that the sound does not play as good as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found