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
/
engines
/
draci
/
sound.cpp
Age
Commit message (
Expand
)
Author
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Started to get rid of Audio::FLAG_LOOP
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
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
2009-11-28
Fixed bug with exhausting sound handles
Robert Špalek
2009-11-12
Removed 2 old TODOs
Robert Špalek
2009-11-12
Implemented "Mute All"
Robert Špalek
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Fixed svn:keywords
Robert Špalek
2009-10-29
Implement flipping the QuickHero and SpeedText flags in GPL2.
Robert Špalek
2009-10-15
Don't crash without sound support.
Robert Špalek
2009-10-13
Set all sound/subtitle-related parameters from ConfMan.
Robert Špalek
2009-10-13
Dubbing is played.
Robert Špalek
2009-10-12
Sound effects are now correctly played.
Robert Špalek
2009-10-11
Loading and caching sound samples in memory.
Robert Špalek
2009-10-11
Added support for sound archives.
Robert Špalek