aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
AgeCommit message (Expand)Author
2005-01-11Use Fingolfin's new WAV code.Torbjörn Andersson
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyright year.Torbjörn Andersson
2004-12-27Use the mixer to handle sound volumesMax Horn
2004-12-27Fix volume regression my previous checkin causedMax Horn
2004-12-27Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255)Max Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-10-12Migration to the newer form of setupPremix().Torbjörn Andersson
2004-09-04Added support for compressed music. I'm sure there are some glitches stillTorbjörn Andersson
2004-08-28Cleanup. Removed the original DipMusic() code. If anyone wants toTorbjörn Andersson
2004-08-27Use the same code for opening the music clusters as for opening the speechTorbjörn Andersson
2004-08-25The original speech clusters are now decoded through a custom AudioStreamTorbjörn Andersson
2004-08-22Experimental (i.e. slightly broken) code for handling compressed speech.Torbjörn Andersson
2004-07-17Allowing both music streams to share the same rate converter only workedTorbjörn Andersson
2004-06-12CleanupTorbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
2004-02-15Proper handling of BS2 cutscene lead-outs, plus some other minor fixes.Torbjörn Andersson
2004-01-16Made a separate function out of the code that retrieves information aboutTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2004-01-03cleanupMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03Made the music code more like the one in BS1, i.e. the fade time is longerTorbjörn Andersson
2003-12-31When saving the music state, remember the name of the music file that wasTorbjörn Andersson
2003-12-28Hopefully the last big renaming. Now the datatypes have names likeTorbjörn Andersson
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-12-19I am going to remove the default implementation of readBuffer() (AudioInputSt...Max Horn
2003-12-17Made sure that *all* AudioInputStream 'know' their sample rate; removed point...Max Horn
2003-11-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-02fixed warningsPaweł Kołodziejski
2003-11-01Instead of having a function that reverses the panning table, we now have aTorbjörn Andersson
2003-10-29Use the ScummVM config manager instead of a separate BS2-specific configTorbjörn Andersson
2003-10-04Moved some stuff out of driver96.h. Eventually I'd like to get rid of mostTorbjörn Andersson
2003-10-04removed Sword2 prefixes of most classes (made obsolete by our namespace usage...Max Horn
2003-10-04added namespace Sword2Max Horn
2003-10-03Some renaming (ironic in the light of Fingolfin's recent namespaceTorbjörn Andersson
2003-10-02Cleanups, mostly related to sound effects.Torbjörn Andersson
2003-10-01ScummVM naming conventions and cleanup in the Sword2Sound class.Torbjörn Andersson
2003-09-29cleanupTorbjörn Andersson
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-27Save enough information about the currently playing music before theTorbjörn Andersson
2003-09-26cleanupTorbjörn Andersson
2003-09-26Ok, I'm stupid.Torbjörn Andersson
2003-09-25Some minor fixes. Unfortunately I've noticed that there is some major soundTorbjörn Andersson
2003-09-25Rewrote the music code to use a premix function instead of a timer. I'mTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-22Cleaned up the sound code enough to add cutscene voice-overs. I haven't hadTorbjörn Andersson
2003-09-21Some cleanup - lots more needed!Torbjörn Andersson
2003-09-10added refCon parameter to timer classMax Horn
2003-09-05Removed unused function, StartMusicFadeDown().Torbjörn Andersson