12 releases
Uses new Rust 2024
new 0.2.0 | May 1, 2025 |
---|---|
0.1.10 | May 1, 2025 |
0.1.9 | Apr 30, 2025 |
#319 in Audio
340 downloads per month
14KB
Description
Helper crate to easily use the Rodio audio playback library by providing helper functions
This crate aims to simplify using Rodio in your projects by providing many functions to easily create sinks and play audio with only a few lines of code.
Playing a sound is as simple as this:
use rotilities::*;
fn main() {
let sink = new_sink();
play_audio(&sink, "file.mp3");
loop{}
}
NOTE THAT EVEN THE LATEST VERSION CURRENTLY DOES NOT SEEM TO WORK
I am trying to find and fix the issue right now
Rotilities
Helper crate for Rust to easily use the Rodio audio playback library by providing helper functions
Documentation: https://docs.rs/rotilities/latest/rotilities
This crate aims to simplify using Rodio in your projects by providing many functions to easily create sinks and play audio with only few lines of code
NOTE THAT EVEN THE LATEST VERSION CURRENTLY DOESN'T SEEM TO WORK
I'm currently trying to find and fix the issue, it should be fixed soon
Dependencies
~0.7–31MB
~391K SLoC