ripple icon indicating copy to clipboard operation
ripple copied to clipboard

Sound manager with tag support for LÖVE.

Results 5 ripple issues
Sort by recently updated
recently updated
newest added

Not sure if there's a better way to do this but I needed to know if there were any instances of a sound playing so I added this. If there's...

Hiya, I'm trying to convert my [audiogame project](https://git.2mb.codes/~lilmike/love-escape-the-celler) to use ripple and advanced sound library, and am running into an issue: As the code stands, in the sound-rework branch, no...

A previous pull request (#4) added `stop`, `pause`, and `resume` methods to tags. However, it did not add an `update` method, so while you could pause a tag's children by...

Would be very cool to have events for stuff like when a sound gets paused or finishs or gets resumed! Even cooler if this could be done on the different...

My use case is that I load soundData asynchronously and then instantiate multiple Sources from that soundData. I haven't had time to use this lib extensively yet, but it seems...