symphonia-codec-aac 0.5.4

Pure Rust AAC decoder (a part of project Symphonia).
Documentation
# Symphonia AAC Codec

[![Docs](https://docs.rs/symphonia-codec-aac/badge.svg)](https://docs.rs/symphonia-codec-aac)

Advanced Audio Coding (AAC) decoder for Project Symphonia.

**Note:** This crate is part of Symphonia. Please use the [`symphonia`](https://crates.io/crates/symphonia) crate instead of this one directly.

## Support

This decoder implements the low-complexity (LC) profile as defined in ISO/IEC 14496-3.

## Attribution

Symphonia's AAC decoder was ported and relicensed from the [NihAV](https://nihav.org/) project with permission from the original author, Kostya Shishkov. The first commit with the original decoder is `3aeeb22`.

## License

Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.

## Contributing

Symphonia is a free and open-source project that welcomes contributions! To get started, please read our [Contribution Guidelines](https://github.com/pdeljanov/Symphonia/tree/master/CONTRIBUTING.md).