aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
AgeCommit message (Expand)Author
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-02-12With no comments from fingolfin, and a go-ahead from ender, I've committedTorbjörn Andersson
2004-01-29Renamed the 'pan' effect of the mixer to 'balance', since that is what we act...Max Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2004-01-03removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant...Max Horn
2003-12-26add param to playInputStream which makes it possible to retain an input strea...Max Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-23Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bitMax Horn
2003-12-22o Got rid of Channel::destroy() method (no more evil 'delete this', plusMax Horn
2003-12-21added convenience SoundMixer::playVorbis variant which calls through to playS...Max Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21o Make use of the new LinearMemoryStream feature which allows auto-disposing ...Max Horn
2003-12-19o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*Max Horn
2003-12-16cleanupMax Horn
2003-12-16added mixer flag for little endian samplesRobert Göffringmann
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-25whateverJoost Peters
2003-10-24added extra flag to mixer so we don't use free() on new'd pointersJoost Peters
2003-10-05clarification: premixer must use native endianessMax Horn
2003-09-18changed & documented the premixer semanticsMax Horn
2003-09-07new header file for VOC specific stuffMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
2003-09-05added default volume/pan valuesMax 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-02Added per-channel pausing. Maybe I should have named the pauseChannel()Torbjörn Andersson
2003-09-01forgot thisPaweł Kołodziejski
2003-08-31added comments:Paweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30Made PlayingSoundHandle unsigned again, since the mixer change wasTorbjörn Andersson
2003-08-30If -1 is going to be a valid value for a PlayingSoundHandle, the data typeTorbjörn Andersson
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-05some cleanup; added Channel::getVolume, once somebody tells me what exactly i...Max Horn
2003-08-01implemented raw sound looping; some debug output enabled temporarilyMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a...Max Horn
2003-07-29cleanupMax Horn
2003-07-25lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum...Max Horn
2003-07-24whitespaceMax Horn
2003-07-14removed whitespaces at line ends; added stopHandleMax Horn
2003-07-06mix() is really a private method, only to be called by the audio thread; cove...Max Horn
2003-07-06now that we mutex-protect everything properly, we can get rid of _toBeDestroy...Max Horn
2003-07-06cleanup to the mixer helper proc interface and to ChannelStreamMax Horn
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, n...Max Horn
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn