REGoth-project/REGoth-bs

Load MS-ADPCM compressed WAVs

Opened this issue · 1 comments

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.

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)