aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2010-01-23Get rid of FLAG_LOOPMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-23Cleanup raw looping codeMax Horn
2010-01-23Let the 8SVX code directly instantiate a SubLoopingAudioStreamMax Horn
2010-01-23Fix (?) looping in IFF FORM-8SVX dataMax Horn
2010-01-23cleanupMax Horn
2010-01-22Clarify that all blocks of raw audio data are assumed to come from malloc()Max Horn
2010-01-22cleanup, typosMax Horn
2010-01-22Fixed typos (thanks to salty-horse)Filippos Karapetis
2010-01-22Mark Audio::FLAG_LOOP as deprecated.Johannes Schickel
2010-01-20cleanupMax Horn
2010-01-19The Shorten audio decoder doesn't seem to use looping, so use the non-depreca...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
2010-01-19Fixed some cppcheck warnings.Torbjörn Andersson
2010-01-19Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...Max Horn
2010-01-19Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul...Max 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-17Fix SubSeekableAudioStream for stereo streams.Johannes Schickel
2010-01-17Update debug message.Johannes Schickel
2010-01-17Fix SubSeekableAudioStream regression from r47226 (i.e. length was calculated...Johannes Schickel
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-15Fix QueuingAudioStreamImpl::endOfStream implementation. This fixes cut off sp...Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-12Fix loop alignment checkWillem Jan Palenstijn
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-10Typo.Johannes Schickel
2010-01-10Add some more comments.Johannes Schickel
2010-01-10Fix missing type forward declaration in voc.h.Johannes Schickel
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-09Fix Timestamp::addMsecs; some cleanupMax Horn
2010-01-09Implement some safer handling of the "Extended" block in VOC files.Johannes Schickel
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08Use DisposeAfterUse::FlagWillem Jan Palenstijn
2010-01-08Fix LinearMemoryStream::seek, when the stream was created without request to ...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
2010-01-08Add some warning inside makeLoopingAudioStream, in case the give start time i...Johannes Schickel
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-08Add another makeLoopingAudioStream factory for transparently looping a certai...Johannes Schickel
2010-01-07Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Fix a little bug in LoopingAudioStream::readBuffer.Johannes Schickel
2010-01-07Remove setNumLoops and getNumPlayedLoops from AudioStream.Johannes Schickel