aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_mixer.cpp
AgeCommit message (Expand)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-06Check if stream exists first.Travis Howell
2005-05-05do not invoke a method on a non-existant streamMax Horn
2005-04-04Got rid of isSoundHandleActive usage; made the SmushMixer thread safeMax Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-08-22Switch smush debug to channelTravis Howell
2004-06-21increased audio buffer to solve scuttering problemsPaweł Kołodziejski
2004-03-28Fixed format string to match the number of arguments.Torbjörn Andersson
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
2004-01-29Renamed the 'pan' effect of the mixer to 'balance', since that is what we act...Max Horn
2004-01-09handle volume and pan by SoundMixer not SmushMixerPaweł Kołodziejski
2004-01-06updated copyright noticeMax Horn
2003-12-26I got some buffer overflow warnings, seems 200KB isn't quite enough...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-22fix for bug #864478 (Smush audio streaming); cleanupMax Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21Incorrect use of stopChannel (must be stopHandle); replaced single remaining ...Max Horn
2003-12-18cleanupMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-07-06increased SmushMixer stream size to 500K, this seems to help in Fullthrottle....Max Horn
2003-07-02100 KB instead of 2 MB audio buffer should be sufficientMax Horn
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn
2003-06-22fixed warningPaweł Kołodziejski
2003-06-22fix regression I just introduced (voices in smush movies were cut off way too...Max Horn
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really c...Max Horn
2003-06-21get rid of 11025 Hz special case (I hope this is correct; only case I know of...Max Horn
2003-06-21got rid of member var 'first'Max Horn
2003-06-21reduce code duplication a bitMax Horn
2003-06-07adhere to our coding style conventions; removed some unneccessary codeMax Horn
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-04-30som changes to make Palm OS happyMax Horn
2003-03-17init member vars in right orderJonathan Gray
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski