[READ-ONLY] Mirror of https://github.com/probablykasper/redlux. AAC decoder for MPEG-4 and AAC files, with rodio support
aac audio decoder mp4 package
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Kasper (Apr 5, 2021, 8:01 PM +0200) 30a057d6 ad2022af

+1 -1
+1 -1
README.md
··· 7 7 8 8 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). 9 9 10 - Supports AAC-LC, HE-AAC v1 and HE-AAC v2. 10 + Supports AAC-LC, HE-AAC v1 (SBR) and HE-AAC v2 (PS). 11 11 12 12 ## Caveats 13 13 1. It only decodes the first AAC track it finds in an MPEG-4 container.