| Crates.io | audyo |
| lib.rs | audyo |
| version | 0.1.0 |
| created_at | 2024-10-02 11:37:22.244561+00 |
| updated_at | 2024-10-02 11:37:22.244561+00 |
| description | Simple audio decode/encode library |
| homepage | https://github.com/chrontax/audyo |
| repository | https://github.com/chrontax/audyo |
| max_upload_size | |
| id | 1393958 |
| size | 22,090 |
Audio decoding/encoding library with a simple api.
cargo add audyo
let decoded = audyo::decode::<f32>(File::open("uwu.mp3").unwrap()).unwrap();
let vorbis_encoded = audyo::encode_vorbis(&decoded.1, 320000).unwrap();