index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
mixer.cpp
Age
Commit message (
Expand
)
Author
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-11
MIXER: Change MixerImpl::playInputStream to error out when mixer is not ready
Max Horn
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2010-03-08
Fix bug #2872076 (MIXER: Division by 0 in rate conversion if w/o soundcd)
Max Horn
2010-01-20
cleanup
Max Horn
2010-01-19
Get rid of Mixer::playRaw for good
Max Horn
2010-01-19
Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...
Max Horn
2010-01-19
Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul...
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-09
Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...
Johannes Schickel
2010-01-07
Cleanup.
Johannes Schickel
2010-01-07
Add a playInputStreamLooping for RewindableAudioStream to Mixer.
Johannes Schickel
2010-01-07
Switch Mixer back to use only one Channel implementation. (partial revert of ...
Johannes Schickel
2010-01-05
Properly initialize _pos in LoopingChannel.
Johannes Schickel
2010-01-05
Cleanup.
Johannes Schickel
2010-01-05
- Initial implementation of looping of SeekableAudioStreams in Mixer.
Johannes Schickel
2010-01-05
Add 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-05
Get rid of public variables in Channel.
Johannes Schickel
2010-01-05
Create 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-05
Use the return value of RateConverter::flow to calculate the decoded samples ...
Johannes Schickel
2010-01-04
Switch Channel::getElapsedTime() to use a Timestamp for its computations
Max Horn
2009-01-03
Removed a (hopefully) obsolete FIXME comment.
Torbjörn Andersson
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-09
Made getSoundElapseTime() work better when the sound has been paused. A new
Torbjörn Andersson
2008-09-05
Removed useless dependencies from common/file.h in common code. When complete...
Nicola Mettifogo
2008-06-28
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-22
Don't be so strict about un-pausing sounds which are not paused currently
Max Horn
2007-06-30
Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav...
Max Horn
2007-06-03
Removed dead code
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-10
More fixes for MSVC8 warnings.
Eugene Sandulenko
2007-03-02
Changed the order of the parameters of makeLinearInputStream to resemble Mixe...
Max Horn
2007-03-02
Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR...
Max Horn
2007-02-24
Remove unneeded #includes
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-15
Fix 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 channels
Max Horn
2006-10-22
Backend modularization: Create timer manager, savefile manager and audio mixe...
Max Horn
2006-04-02
With this change, backends are now responsible for instantiating their OSyste...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
[next]