Crates.io | symphonia-codec-aac |
lib.rs | symphonia-codec-aac |
version | 0.5.4 |
source | src |
created_at | 2021-02-28 19:51:45.121352 |
updated_at | 2024-02-27 03:36:18.069158 |
description | Pure Rust AAC decoder (a part of project Symphonia). |
homepage | https://github.com/pdeljanov/Symphonia |
repository | https://github.com/pdeljanov/Symphonia |
max_upload_size | |
id | 361977 |
size | 111,686 |
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.
This decoder implements the low-complexity (LC) profile as defined in ISO/IEC 14496-3.
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
.
Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.
Symphonia is a free and open-source project that welcomes contributions! To get started, please read our Contribution Guidelines.