| Crates.io | qoaudio |
| lib.rs | qoaudio |
| version | 0.7.0 |
| created_at | 2023-04-03 21:25:22.26772+00 |
| updated_at | 2023-11-05 17:23:57.669052+00 |
| description | QOA audio format decoder in Rust |
| homepage | |
| repository | https://github.com/rafaelcaricio/qoaudio |
| max_upload_size | |
| id | 829514 |
| size | 1,996,046 |
This is a pure Rust (zero dependency) implementation of the QOA audio format.
This code is based off the reference C implementation and was written before the release of the specification.
cargo run --release --example play --features="rodio" -- fixtures/julien_baker_sprained_ankle.qoa
We need to enable the rodio feature to play the audio. It is not a direct dependency of this crate, but we implement
integration with rodio for playback capability.
More audio samples can be found at phoboslab.org/files/qoa-samples.