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
Age
Commit message (
Expand
)
Author
2004-01-17
Update BS2 cutscene player with changes from roever: overlay support (default...
James Brown
2004-01-06
updated copyright notice
Max Horn
2004-01-04
no need to specify game data path here: File::setDefaultDirectory() took care...
Max Horn
2004-01-03
renamed AudioInputStream -> AudioStream
Max Horn
2004-01-03
simplification (possible since read() doesn't have to be efficient anymore)
Max Horn
2004-01-03
replace read() by readBuffer() in CopyRateConverter
Max Horn
2004-01-03
more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...
Max Horn
2004-01-03
removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant...
Max Horn
2004-01-03
added makeVOCStream() (convenience function)
Max Horn
2003-12-28
FT sounds have loops in voc data: 65536, that could be max loops or unfinite ...
Paweł Kołodziejski
2003-12-27
cleanup
Max Horn
2003-12-27
paranoia
Max Horn
2003-12-27
fixed compilation
Paweł Kołodziejski
2003-12-27
renamed VOC functions
Max Horn
2003-12-26
added handing voc loops
Paweł Kołodziejski
2003-12-26
fix warning, add TODO comment
Max Horn
2003-12-26
passthrought v7+ sound voices by imuse digital
Paweł Kołodziejski
2003-12-26
add param to playInputStream which makes it possible to retain an input strea...
Max Horn
2003-12-26
logic fix: we must do wrap around *before* read, not after. otherwise eosInte...
Max Horn
2003-12-24
o Added SoundMixer::isReady()
Max Horn
2003-12-24
explicitly turn off all active sounds -> not all MIDI devices support the 'Al...
Max Horn
2003-12-24
turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...
Max Horn
2003-12-23
Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit
Max Horn
2003-12-22
Fix warning generated by the incomprehensibly picky MinGW GCC compiler.
Torbjörn Andersson
2003-12-22
o Got rid of Channel::destroy() method (no more evil 'delete this', plus
Max Horn
2003-12-21
include stdafx.h
Max Horn
2003-12-21
added convenience SoundMixer::playVorbis variant which calls through to playS...
Max Horn
2003-12-21
Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...
Max Horn
2003-12-21
o Make use of the new LinearMemoryStream feature which allows auto-disposing ...
Max Horn
2003-12-21
Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug re...
Max Horn
2003-12-19
distinguish between end of stream and end of data
Max Horn
2003-12-19
o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*
Max Horn
2003-12-19
fix for recent audio stream regression
Max Horn
2003-12-18
PalmOS sound API cannot access globals data, StackLock constructor use g_system
Chris Apers
2003-12-18
This is now supported on PalmOS
Chris Apers
2003-12-17
Made sure that *all* AudioInputStream 'know' their sample rate; removed point...
Max Horn
2003-12-17
cleanup
Max Horn
2003-12-17
changed the way 'streams' are handled: the finalization logic is now in the W...
Max Horn
2003-12-17
some cleanup
Max Horn
2003-12-16
cleanup
Max Horn
2003-12-16
added mixer flag for little endian samples
Robert Göffringmann
2003-12-12
init some more member vars
Max Horn
2003-12-11
Emergency bugfixes:
Torbjörn Andersson
2003-12-11
Expanded the Doxygen docs for the MidiParser class.
Jamieson Christian
2003-12-10
Endian-safe read-and-advance helper functions are
Jamieson Christian
2003-12-09
small tweak/fix (?)
Max Horn
2003-11-29
cleanup
Max Horn
2003-11-29
fixed warning
Paweł Kołodziejski
2003-11-29
added API to query CD playback status; renamed AudioCDManager methods
Max Horn
2003-11-29
moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...
Max Horn
[next]