aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.cpp
AgeCommit message (Collapse)Author
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
svn-id: r12079
2003-12-29Emergency bugfix to keep Full Throttle from crashing as soon as someoneTorbjörn Andersson
tries to speak. I don't know this code well enough to know if there is a more appropriate way of fixing this... svn-id: r12007
2003-12-27fixed a crash-on-exitMax Horn
svn-id: r11982
2003-12-27fix volume problems (I think...)Max Horn
svn-id: r11979
2003-12-27more cleanupMax Horn
svn-id: r11978
2003-12-27cleanupMax Horn
svn-id: r11977
2003-12-27update bundle music every 1/10th of a sec (there was a very noticable delay ↵Max Horn
before music started playing at e.g. the chapter 1 screen in COMI svn-id: r11975
2003-12-27try to make it more obvious how certain timer freqs are derivedMax Horn
svn-id: r11974
2003-12-27append more data the first time around (this avoids a stutter problem, which ↵Max Horn
was caused by an underrun of the audio stream; note that all this is just a temporary fix, once we switch to a 'pull' strategy as opposed to the current push, the problem will go away automatically, due to design :-) svn-id: r11973
2003-12-27fix VOC playback; create AudioInputStream earlierMax Horn
svn-id: r11972
2003-12-27no need to convert data to stereo, the mixer can handle mono data just fineMax Horn
svn-id: r11971
2003-12-27oopsMax Horn
svn-id: r11970
2003-12-27add some comments; convert tabs inside table to spaces (otherwise the table ↵Max Horn
is not really readable unless you have the precise same tab settings as the table author) svn-id: r11969
2003-12-27nicer errorMax Horn
svn-id: r11968
2003-12-27proper error instead of silent (and fatal) failureMax Horn
svn-id: r11967
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵Max Horn
IMuseDigital oddities svn-id: r11966
2003-12-27renamed VOC functionsMax Horn
svn-id: r11962
2003-12-26opsPaweł Kołodziejski
svn-id: r11952
2003-12-26added handing voc loopsPaweł Kołodziejski
svn-id: r11951
2003-12-26change IMuseDigital to 'own' the AudioInputStream (the idea is that ↵Max Horn
eventually it can use a custom AudioInputStream, and thus implement a pull interface instead of push one) svn-id: r11950
2003-12-26some fixes to imuse digitalPaweł Kołodziejski
svn-id: r11949
2003-12-26corrections for pan controlPaweł Kołodziejski
svn-id: r11948
2003-12-26forgot thisPaweł Kołodziejski
svn-id: r11947
2003-12-26it should be _voiceVocDataPaweł Kołodziejski
svn-id: r11943
2003-12-26when introducing a constant used throughout multiple files, best assign a ↵Max Horn
*name* to it, else you're digging your own grave on the long run :-) svn-id: r11941
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
svn-id: r11939
2003-12-25cleanupMax Horn
svn-id: r11924
2003-12-25fix some bugletsMax Horn
svn-id: r11917
2003-12-25disable FT imuse sequence, sound table is brokenPaweł Kołodziejski
svn-id: r11916
2003-12-25cleanupPaweł Kołodziejski
svn-id: r11914
2003-12-25cleanupMax Horn
svn-id: r11913
2003-12-25workaround crash on Intel systems (and it was *not* caused by me, mind you! :-)Max Horn
svn-id: r11912
2003-12-25cleanup (TODO: reduce code duplication)Max Horn
svn-id: r11909
2003-12-25opsPaweł Kołodziejski
svn-id: r11908
2003-12-25some changes to digital imusePaweł Kołodziejski
svn-id: r11907
2003-12-25start sound call directly digital imuse, only script part handled by ↵Paweł Kołodziejski
mainloop of scumm script svn-id: r11906
2003-12-24removed usage auto free flag, and fixed stupid bug related with sample sizePaweł Kołodziejski
svn-id: r11896
2003-12-24fix memory leakMax Horn
svn-id: r11894
2003-12-24o Added SoundMixer::isReady()Max Horn
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893
2003-12-24fixed ft sounds channels initializationPaweł Kołodziejski
svn-id: r11892
2003-12-24muse use even size when pushing data into a mixerstreamMax Horn
svn-id: r11890
2003-12-24cleanup (code should be 100% equivalent)Max Horn
svn-id: r11889
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵Max Horn
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881
2003-12-23must use pauseHandle, not pauseIDMax Horn
svn-id: r11864
2003-12-22some changes in imuse digital (synced with local sources)Paweł Kołodziejski
svn-id: r11860
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more ↵Max Horn
natural; and allows for various cleanup) svn-id: r11846
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of ↵Max Horn
this by playInputStream(), this cleanup eases this a bit) svn-id: r11803
2003-12-21Incorrect use of stopChannel (must be stopHandle); replaced single remaining ↵Max Horn
use of stopChannel by a hack (note: the code in question is a hack in itself already) svn-id: r11799
2003-11-18added rest comi demo imuse music statesPaweł Kołodziejski
svn-id: r11337
2003-11-18Music correctionTravis Howell
svn-id: r11335