···11[package]
22name = "redlux"
33version = "0.2.0"
44-description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files"
44+description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support"
55authors = ["Kasper Henningsen"]
66edition = "2018"
77readme = "README.md"
+4-2
README.md
···11# redlux
2233-AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files. Supports rodio.
44-53[](https://crates.io/crates/redlux)
64[](https://docs.rs/redlux)
55+66+AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support
77+88+Reads MPEG-4 containers using [rust-mp4](https://crates.io/crates/mp4), and then constructs ADTS headers for it. Decodes AAC to PCM using [fdk-aac c-bindings](https://crates.io/crates/fdk-aac). Check the examples for usage with [rodio](https://crates.io/crates/rodio).
79810## Caveats
9111. It only decodes the first AAC track it finds in an MPEG-4 container.