kira icon indicating copy to clipboard operation
kira copied to clipboard

Support ADPCM Formats in WAV Files

Open geckoxx opened this issue 3 years ago • 3 comments

geckoxx avatar Jan 25 '23 08:01 geckoxx

How common of a format is ADPCM? @geckoxx

tesselode avatar May 28 '23 19:05 tesselode

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.

geckoxx avatar May 30 '23 13:05 geckoxx

@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.

mgi388 avatar Jun 24 '24 11:06 mgi388