# Symphonia PCM Codec

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

PCM audio decoders 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

The following PCM encodings are supported:

* Signed 32-bit Little-Endian Interleaved
* Signed 24-bit Little-Endian Interleaved
* Signed 16-bit Little-Endian Interleaved
* Signed 8-bit Interleaved
* Signed 32-bit Big-Endian Interleaved
* Signed 24-bit Big-Endian Interleaved
* Signed 16-bit Big-Endian Interleaved
* Unsigned 32-bit Little-Endian Interleaved
* Unsigned 24-bit Little-Endian Interleaved
* Unsigned 16-bit Little-Endian Interleaved
* Unsigned 8-bit Interleaved
* Unsigned 32-bit Big-Endian Interleaved
* Unsigned 24-bit Big-Endian Interleaved
* Unsigned 16-bit Big-Endian Interleaved
* 32-bit Little-Endian Floating Point Interleaved
* 64-bit Little-Endian Floating Point Interleaved
* 32-bit Big-Endian Floating Point Interleaved
* 64-bit Big-Endian Floating Point Interleaved
* A-law
* Mu-law

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