symphonia-codec-adpcm

Crates.iosymphonia-codec-adpcm
lib.rssymphonia-codec-adpcm
version0.5.4
sourcesrc
created_at2023-01-19 03:59:21.210347
updated_at2024-02-27 03:35:54.236278
descriptionPure Rust ADPCM audio decoder (a part of project Symphonia).
homepagehttps://github.com/pdeljanov/Symphonia
repositoryhttps://github.com/pdeljanov/Symphonia
max_upload_size
id762260
size18,477
Philip Deljanov (pdeljanov)

documentation

README

Symphonia ADPCM Codec

Docs

ADPCM audio decoders for Project Symphonia.

Note: This crate is part of Symphonia. Please use the 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.

Commit count: 562

cargo fmt