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_intern.h
Age
Commit message (
Expand
)
Author
2010-06-20
Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/...
Alejandro Marzini
2010-06-12
Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...
Alejandro Marzini
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
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_AUTOFREE.
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-07
Add a playInputStreamLooping for RewindableAudioStream to Mixer.
Johannes Schickel
2010-01-05
Cleanup.
Johannes Schickel
2010-01-05
- Initial implementation of looping of SeekableAudioStreams in Mixer.
Johannes Schickel
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-06-28
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
Max Horn