aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-08-24SOUND: New global define AUDIO_REVERSE_STEREO.Andre Heider
2010-04-29Rename input -> streamMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-11MIXER: Change MixerImpl::playInputStream to error out when mixer is not readyMax Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-08Fix bug #2872076 (MIXER: Division by 0 in rate conversion if w/o soundcd)Max Horn
2010-01-20cleanupMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
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-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Add a playInputStreamLooping for RewindableAudioStream to Mixer.Johannes Schickel
2010-01-07Switch Mixer back to use only one Channel implementation. (partial revert of ...Johannes Schickel
2010-01-05Properly initialize _pos in LoopingChannel.Johannes Schickel
2010-01-05Cleanup.Johannes Schickel
2010-01-05- Initial implementation of looping of SeekableAudioStreams in Mixer.Johannes Schickel
2010-01-05Add some basic documentation to the new Channel interface.Johannes Schickel
2010-01-05- Do not calculate left/right channel volume every SimpleChannel::mix call an...Johannes Schickel
2010-01-05Get rid of public variables in Channel.Johannes Schickel
2010-01-05Create a generic Channel interface for the default Mixer implementation.Johannes Schickel
2010-01-05- Fix a bug in Channel::pause for recursive pausing.Johannes Schickel
2010-01-05Use the return value of RateConverter::flow to calculate the decoded samples ...Johannes Schickel
2010-01-04Switch Channel::getElapsedTime() to use a Timestamp for its computationsMax Horn
2009-01-03Removed a (hopefully) obsolete FIXME comment.Torbjörn Andersson
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-09Made getSoundElapseTime() work better when the sound has been paused. A newTorbjörn Andersson
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-22Don't be so strict about un-pausing sounds which are not paused currentlyMax Horn
2007-06-30Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav...Max Horn
2007-06-03Removed dead codeMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-03-02Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR...Max Horn
2007-02-24Remove unneeded #includesMax Horn
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-15Fix for bug #1660559: MANIAC/ZAK: Music does not stop when pausing (regression)Max Horn
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn