#decoder #codec #adpcm #encoding

symphonia-codec-adpcm

Pure Rust ADPCM audio decoder (a part of project Symphonia)

3 releases

0.5.4 Feb 27, 2024
0.5.3 May 30, 2023
0.5.2 Jan 19, 2023

#72 in #decoder

Download history 2872/week @ 2023-12-04 2513/week @ 2023-12-11 2220/week @ 2023-12-18 2856/week @ 2023-12-25 2724/week @ 2024-01-01 3232/week @ 2024-01-08 4966/week @ 2024-01-15 3918/week @ 2024-01-22 4510/week @ 2024-01-29 4917/week @ 2024-02-05 5871/week @ 2024-02-12 6227/week @ 2024-02-19 5700/week @ 2024-02-26 4589/week @ 2024-03-04 3596/week @ 2024-03-11 3720/week @ 2024-03-18

18,326 downloads per month
Used in 11 crates (via symphonia)

MPL-2.0 license

465KB
9K SLoC

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.

Dependencies

~380KB