music
music copied to clipboard
A high level library for playing music and sound effects
It seems the version of "sdl2" is conflict. ```txt ... dependency `sdl2 = "^0.34.0"` of package `piston-music v0.26.0` ... dependency `sdl2 = "^0.35.2"` of package `pistoncore-sdl2_window v0.68.0` ``` Would you...
If we use https://github.com/Rust-SDL2/rust-sdl2#bundled-feature, then users won't need to install SDL2 out of band, which would be a big usability bump. This can't be completed until `'mixer'` is also bundled:...
If a `.mp3` file and then a `.wav` file are bound, the program crashes (at least on Windows 10). Ideally, we should catch this if it's really a limitation of...