Crates.io | redlux |
lib.rs | redlux |
version | 0.7.0 |
source | src |
created_at | 2021-02-01 22:58:28.979865 |
updated_at | 2023-06-04 18:47:37.960474 |
description | AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support |
homepage | https://github.com/probablykasper/redlux#readme |
repository | https://github.com/probablykasper/redlux |
max_upload_size | |
id | 349429 |
size | 254,705 |
AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support
Reads MPEG-4 containers using rust-mp4, and then constructs ADTS headers for it. Decodes AAC to PCM using fdk-aac c-bindings. Check the examples for usage with rodio.
Supports AAC-LC, HE-AAC v1 (SBR) and HE-AAC v2 (PS).
Would appreciate any help with figuring these out:
Install Rust.
Run tests:
cargo test
Build:
cargo build
CHANGELOG.md
Cargo.toml
cargo test
cargo publish
v#.#.#