13 releases
Uses new Rust 2024
| 0.6.0 | May 15, 2026 |
|---|---|
| 0.6.0-alpha.1 | Mar 24, 2026 |
| 0.5.5 | Oct 11, 2025 |
| 0.5.4 | Feb 27, 2024 |
| 0.1.0 | Sep 1, 2020 |
#1672 in Audio
736,172 downloads per month
Used in 532 crates
(9 directly)
1MB
16K
SLoC
This crate implements a collection of metadata readers for standalone metadata formats, and read functions for metadata formats that are embedded into another container.
Standalone Metadata Formats
A standalone metadata format is one that exists independent of the media container.
This crate implements metadata readers (an object implementing the
MetadataReader trait) for these metadata formats.
A metadata reader may be registered with a probe for automatic detection. Each major standalone
metadata format reader is implemented in a separate module.
Embedded Metadata Formats
An embedded metadata format is one that is embedded into the media container. This crate
implements reading or parsing functions for these metadata formats in the embedded module.
Symphonia Metadata Utilities
Project Symphonia metadata format readers and helper utilities.
Note
This crate is part of Symphonia. Please use the symphonia crate instead of this one directly.
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.
Dependencies
~1MB
~17K SLoC