Crates.io | symphonia-bundle-mp3 |
lib.rs | symphonia-bundle-mp3 |
version | 0.5.4 |
source | src |
created_at | 2020-09-01 22:25:15.805626 |
updated_at | 2024-02-27 03:36:12.387751 |
description | Pure Rust MP1, MP2, and MP3 demuxer and decoder (a part of project Symphonia). |
homepage | https://github.com/pdeljanov/Symphonia |
repository | https://github.com/pdeljanov/Symphonia |
max_upload_size | |
id | 283675 |
size | 249,850 |
MPEG-1 and MPEG-2 Layer I, II, III (MP1, MP2, MP3) decoder for Project Symphonia.
Note: This crate is part of Symphonia. Please use the symphonia
crate instead of this one directly.
This decoder implements Layer I, II, III of MPEG-1 Part 3 (ISO/IEC 11172-3), and all the extensions and enhancements defined in MPEG-2 Part 3 (ISO/IEC 13818-3).
The decoder will ideally conform to ISO/IEC 11172-4 and ISO/IEC 13818-4.
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.