tesselode / kira

Library for expressive game audio.
https://crates.io/crates/kira
Apache License 2.0
856 stars 43 forks source link

Support ADPCM Formats in WAV Files #42

Open geckoxx opened 1 year ago

tesselode commented 1 year ago

How common of a format is ADPCM? @geckoxx

geckoxx commented 1 year ago

I stumbled upon this format while reimplementing an old game engine in Rust. All audio files of the original game use it. But I assume that it is uncommon nowadays.

mgi388 commented 3 months ago

@tesselode I'd also like to use ADPCM (for old game engine files). Do you think you'll land this? Alternatively, I guess you could expose it as a new feature.