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
/
parallaction
/
sound_ns.cpp
Age
Commit message (
Expand
)
Author
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-07
PARALLACTION: fix music playback (bug #2879793).
Nicola Mettifogo
2011-01-07
PARALLACTION: remove code duplication in NS sound code.
Nicola Mettifogo
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
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-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
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-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-07
Moved creation of 'beep' sound buffer to sound manager constructor.
Nicola Mettifogo
2009-10-16
Start the correct music inside the Hot Sushi. This fixes the part of ticket 2...
Nicola Mettifogo
2009-06-12
Cleanup of sound code.
Nicola Mettifogo
2009-06-12
* Replaced the A8SVXDecoder class with a function to return an AudioStream in...
Nicola Mettifogo
2009-03-28
Add sound effects support for PC version of BRA.
Travis Howell
2009-03-22
Changed Disk code to provide SeekableReadStream's to sound routines as well.
Nicola Mettifogo
2009-03-14
Fixed building on 64-bit architectures.
Nicola Mettifogo
2009-03-14
* Added a generic sound manager that hides engine-specific managers and allow...
Nicola Mettifogo