Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load MS-ADPCM compressed WAVs #94

Open
ataulien opened this issue Sep 23, 2019 · 1 comment
Open

Load MS-ADPCM compressed WAVs #94

ataulien opened this issue Sep 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ataulien
Copy link
Contributor

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.

@ataulien ataulien added the enhancement New feature or request label Sep 23, 2019
@frabert
Copy link

frabert commented Sep 23, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants