# Symphonia ADPCM Codec
[![Docs](https://docs.rs/symphonia-codec-adpcm/badge.svg)](https://docs.rs/symphonia-codec-adpcm)
ADPCM 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 ADPCM encodings are supported:
* Microsoft ADPCM
* ADPCM IMA WAV
Only 4 bits per sample and only mono and stereo channels are supported.
## 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).