14 releases
0.4.4 | Jul 14, 2024 |
---|---|
0.4.3 | Jun 14, 2023 |
0.4.2 | Mar 20, 2023 |
0.4.0 | Feb 21, 2023 |
0.1.2 | May 28, 2022 |
#336 in Audio
127 downloads per month
Used in nage
32KB
791 lines
playback-rs
playback-rs
is a very, very simple library to handle playing audio files using Symphonia and cpal, as well as rubato for sample rate conversion.
It was made for and is the library used by kiku.
Run the Example
Symphonia is very slow when running in debug mode, so it is recommended to run the example in release mode:
cargo run --release --example=aplay -- song1.mp3 song2.flac song3.ogg
Dependencies
~11–41MB
~705K SLoC