···7788Reads 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).
991010-Supports AAC-LC, HE-AAC v1 and HE-AAC v2.
1010+Supports AAC-LC, HE-AAC v1 (SBR) and HE-AAC v2 (PS).
11111212## Caveats
13131. It only decodes the first AAC track it finds in an MPEG-4 container.