aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_mixer.cpp
AgeCommit message (Expand)Author
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