aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/wave.cpp
AgeCommit message (Collapse)Author
2016-09-02AUDIO: Add support for MP3 encoded data in WAVE filesPaul Gilbert
This is needed for playback of Starship Titanic speech data
2016-06-19AUDIO: Make WAV streams seekableColin Snover
This allows raw PCM in WAVE containers to have duration and be seekable, and opens the door for ADPCM streams to be seekable later if necessary. This change is needed to avoid duplication of RIFF/WAVE container parsing for SCI engine, which uses raw PCM WAVE files and needs to be able to determine their lengths.
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-09AUDIO: Add support for RAW PCM wave stream with an incomplete packetBastien Bouclet
The last incomplete packet is ignored
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850