# Symphonia FLAC Codec

[<img alt="Docs.rs" src="https://img.shields.io/badge/docs.rs-symphonia_bundle_flac-brightgreen?style=for-the-badge" height="22"/>](https://docs.rs/symphonia-bundle-flac)

 > Come for the fidelity, stay for the memory safety!

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

## License

Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.

## Acknowledgements

 * [The FLAC Reference Library](https://github.com/xiph/flac), for format specification and algorithm clarifications
 * [FFmpeg](https://github.com/FFmpeg/FFmpeg), for algorithm clarifications
 * [Claxon](https://github.com/ruuda/claxon), for inspiration on how to structure a decoder written in idiomatic Rust

## 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/blob/main/CONTRIBUTING.md).
