Load MS-ADPCM compressed WAVs
Opened this issue · 1 comments
ataulien commented
Dialogue lines are stored as Microsoft ADPCM compressed .WAV
-files. If bsf cannot load those right away, we need to convert the files ourselfs.
This issue can be closed if it turns out converting ADPCM to RAW samples is not needed as discussed in issue #93.
frabert commented
Available MSADPCM decoders:
- FFMPEG (if we include it for video playback, might as well use it for audio, too)
- libsndfile (LGPL only)
- dr_wav (public domain, header only)
- dlsynth (will be used for music playback... eventually. Wav decoding already works)