Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Apr 5, 2021
1 parent ad2022a commit 30a057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support

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).

Supports AAC-LC, HE-AAC v1 and HE-AAC v2.
Supports AAC-LC, HE-AAC v1 (SBR) and HE-AAC v2 (PS).

## Caveats
1. It only decodes the first AAC track it finds in an MPEG-4 container.
Expand Down

0 comments on commit 30a057d

Please sign in to comment.