aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
AgeCommit message (Expand)Author
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05optimized channel volume/pan handlingMax Horn
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
2003-09-05oopsMax Horn
2003-09-05cleaned up sound/mixer.h a bit; renamed some mixer methods for consistencyMax Horn
2003-09-05fixes for uninitialized pan and volumePaweł Kołodziejski
2003-09-02remove shadow'd var by using variable name from prototypeJonathan Gray
2003-09-02moved volume and pan control into flow funcPaweł Kołodziejski
2003-09-02Fixed compiler warning that I introduced earlier.Torbjörn Andersson
2003-09-02Added per-channel pausing. Maybe I should have named the pauseChannel()Torbjörn Andersson
2003-09-01forgot thisPaweł Kołodziejski
2003-09-01The channel could be destroyed so changeVolumeAndPan can't access it in that ...Chris Apers
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30revert id handle stuffPaweł Kołodziejski
2003-08-30added func isChannelActive for mixer, and fixed handling numbers of channel 0Paweł Kołodziejski
2003-08-09added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni...Robert Göffringmann
2003-08-06some cleanupMax Horn
2003-08-05some cleanup; added Channel::getVolume, once somebody tells me what exactly i...Max Horn
2003-08-05begone, old mixer codeMax Horn
2003-08-05more cleanupMax Horn
2003-08-05more cleanup (like the previous two, I just moved around code, to clearly sep...Max Horn
2003-08-05some more cleanupMax Horn
2003-08-05cleanup; removed some code duplicationMax Horn
2003-08-04renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...Max Horn
2003-08-02some more tweaksMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02obsoleteMax Horn
2003-08-02oopsMax Horn
2003-08-02converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi...Max Horn
2003-08-02fix ChannelMP3CDMusic volume, too :-)Max Horn
2003-08-02fix Vorbis music volumeMax Horn
2003-08-02disable debug outputMax Horn
2003-08-01let the input stream handle the looping (by pretending to be of infinite size...Max Horn
2003-08-01implemented raw sound looping; some debug output enabled temporarilyMax Horn
2003-07-31get rid of BUGGY_NEW_MP3_PLAYERMax Horn
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a...Max Horn
2003-07-31make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by def...Max Horn
2003-07-31cleanupMax Horn
2003-07-30Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fixTorbjörn Andersson
2003-07-30Fixed MSVC errorsJamieson Christian
2003-07-29removed some debug outputMax Horn
2003-07-29cleanupMax Horn
2003-07-29after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor...Max Horn
2003-07-29some cleanup; moved around some stuff, preparing to unify more code of Channe...Max Horn
2003-07-29return immediately after commiting suicide; enable new rate conversion codeMax Horn
2003-07-29hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt...Max Horn
2003-07-29cleanupMax Horn
2003-07-28experimental new rate conversion code (use SOX_HACK to en-/disable it); note ...Max Horn
2003-07-28fix for bug #776169Max Horn
2003-07-26oops accidentally broke the 'old' 8bit resampling code :-(Max Horn