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
2004-01-29
Renamed the 'pan' effect of the mixer to 'balance', since that is what we act...
Max Horn
2004-01-20
No more needed
Chris Apers
2004-01-06
updated copyright notice
Max Horn
2004-01-03
renamed AudioInputStream -> AudioStream
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
2003-12-27
paranoia
Max Horn
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
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
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-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-18
PalmOS sound API cannot access globals data, StackLock constructor use g_system
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-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-10-25
whatever
Joost Peters
2003-10-24
added extra flag to mixer so we don't use free() on new'd pointers
Joost Peters
2003-10-04
use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...
Max Horn
2003-09-18
changed & documented the premixer semantics
Max Horn
2003-09-16
Don't call the premix function when the mixer is paused. (This is
Torbjörn Andersson
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
Max Horn
2003-09-06
removed pauseMixer method from mixer, and renamed stop to stopChannel
Max Horn
2003-09-05
optimized channel volume/pan handling
Max Horn
2003-09-05
moved the sound ID param in playRaw before volume/pan
Max Horn
2003-09-05
oops
Max Horn
2003-09-05
cleaned up sound/mixer.h a bit; renamed some mixer methods for consistency
Max Horn
2003-09-05
fixes for uninitialized pan and volume
Paweł Kołodziejski
2003-09-02
remove shadow'd var by using variable name from prototype
Jonathan Gray
2003-09-02
moved volume and pan control into flow func
Paweł Kołodziejski
2003-09-02
Fixed compiler warning that I introduced earlier.
Torbjörn Andersson
2003-09-02
Added per-channel pausing. Maybe I should have named the pauseChannel()
Torbjörn Andersson
2003-09-01
forgot this
Paweł Kołodziejski
2003-09-01
The channel could be destroyed so changeVolumeAndPan can't access it in that ...
Chris Apers
2003-08-31
added mixer features: volume and pan control per channel
Paweł Kołodziejski
2003-08-30
revert id handle stuff
Paweł Kołodziejski
2003-08-30
added func isChannelActive for mixer, and fixed handling numbers of channel 0
Paweł Kołodziejski
2003-08-09
added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni...
Robert Göffringmann
2003-08-06
some cleanup
Max Horn
2003-08-05
some cleanup; added Channel::getVolume, once somebody tells me what exactly i...
Max Horn
[next]