#codec #decoder #aac #m4a

symphonia-codec-aac

Pure Rust AAC decoder (a part of project Symphonia)

7 unstable releases

0.5.3 May 30, 2023
0.5.2 Jan 19, 2023
0.5.1 Jul 17, 2022
0.5.0 Jan 31, 2022
0.2.0 Feb 28, 2021

#695 in Audio

Download history 2406/week @ 2023-06-06 2038/week @ 2023-06-13 1924/week @ 2023-06-20 1556/week @ 2023-06-27 2084/week @ 2023-07-04 1750/week @ 2023-07-11 1858/week @ 2023-07-18 1802/week @ 2023-07-25 1715/week @ 2023-08-01 2020/week @ 2023-08-08 2485/week @ 2023-08-15 2449/week @ 2023-08-22 2218/week @ 2023-08-29 2920/week @ 2023-09-05 2626/week @ 2023-09-12 1851/week @ 2023-09-19

10,022 downloads per month
Used in 49 crates (via symphonia)

MPL-2.0 license

545KB
11K SLoC

Symphonia AAC Codec

Docs

Advanced Audio Coding (AAC) decoder for Project Symphonia.

Note: This crate is part of Symphonia. Please use the 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 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 an open-source project and contributions are very welcome! If you would like to make a large contribution, please raise an issue ahead of time to make sure your efforts fit into the project goals, and that no duplication of efforts occurs.

All contributors will be credited within the CONTRIBUTORS file.

Dependencies

~330KB