Crates.io | playback-rs |
lib.rs | playback-rs |
version | 0.4.4 |
source | src |
created_at | 2022-05-26 03:16:08.935533 |
updated_at | 2024-07-14 23:13:41.394489 |
description | A very simple audio/song loading and playing library. |
homepage | |
repository | https://gitlab.101100.ca/veda/playback-rs/ |
max_upload_size | |
id | 593915 |
size | 81,016 |
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.
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