playback-rs

Crates.ioplayback-rs
lib.rsplayback-rs
version0.4.3
sourcesrc
created_at2022-05-26 03:16:08.935533
updated_at2024-07-14 23:13:41.394489
descriptionA very simple audio/song loading and playing library.
homepage
repositoryhttps://gitlab.101100.ca/veda/playback-rs/
max_upload_size
id593915
size80,578
Veda Heard (VedaRePowered)

documentation

README

playback-rs Crates.io docs.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
Commit count: 0

cargo fmt