symphonia-bundle-mp3 0.5.4

Pure Rust MP1, MP2, and MP3 demuxer and decoder (a part of project Symphonia).
Documentation
# Symphonia MP3 (and MP1, MP2) Codec

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

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`](https://crates.io/crates/symphonia) crate instead of this one directly.

## Support

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).

## Conformance

The decoder will ideally conform to ISO/IEC 11172-4 and ISO/IEC 13818-4.

## 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).