soloud-rs
soloud-rs copied to clipboard
Rust bindings for the soloud audio engine library
> Expected behavior: calling `openmpt::set_looping(false)` should prevent it from looping > Actual behavior: audio still loops > Steps to reproduce the problem: I was using [Wind of Fjords](https://modarchive.org/module.php?32547) and it...
**Describe the bug** I am using soloud to play an mp3 file. It works *most* of the time. But every now and then the app crashes with the reason as...
**Describe the bug** I'm using soloud-rs to mix some ambience tracks together. However, I've noticed that even though I use `set_looping` to enable looping on all tracks, they don't seem...
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. Release notes Sourced from bitflags's releases. 2.3.1 What's Changed Fix Self in flags value expressions by @KodrAus in bitflags/bitflags#355 Prepare...
**Describe the bug** If a Soloud instance gets fed a Wav Object and the Soloud instance is dropped. The drop function of the Wav functions will freeze and crash the...