aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/audio.cpp
AgeCommit message (Expand)Author
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-07Some formatting fixes.Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis