aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Collapse)Author
2002-10-30disabled reverb effect in QuickTime / CoreAudio drivers until we figure out ↵Max Horn
why they bog down the system so much; added experimental streaming mode to CoreAudio driver, which is not tested at all due to bugs in the Simon code (which right now prevent me from playing any music in Simon type games) svn-id: r5353
2002-10-28Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.James Brown
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' condition. svn-id: r5344
2002-10-27don't put samples into stream SoundMixer if sound card is disabledPaweł Kołodziejski
svn-id: r5338
2002-10-27Add monster.sog support, patch #629362Travis Howell
Enable ogg support by default in mingw builds and link in ogg lib svn-id: r5333
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵Jonathan Gray
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320
2002-10-24QuickTime midi driver will now not error out on pitch bend changes. Still, ↵Max Horn
pitch bending is very wrong svn-id: r5293
2002-10-23changing warnings to debug level 2Paweł Kołodziejski
svn-id: r5273
2002-10-23fix -Wshadow warningsMax Horn
svn-id: r5270
2002-10-21Fixing the ALSA fix. ;)Jamieson Christian
svn-id: r5220
2002-10-21Pitch bend fix for ALSA driverJamieson Christian
svn-id: r5219
2002-10-21oops forgot this fileMax Horn
svn-id: r5213
2002-10-21fixed compilation on MacOSMax Horn
svn-id: r5212
2002-10-21Pitch bend fixes for QTMAJamieson Christian
svn-id: r5208
2002-10-16compilation fixMax Horn
svn-id: r5158
2002-10-15changes to imusePaweł Kołodziejski
svn-id: r5157
2002-10-15fixPaweł Kołodziejski
svn-id: r5156
2002-10-15Sanity checking to fix crash caused by latest sound commitsJames Brown
svn-id: r5151
2002-10-15changes to soundmixer - added timeout param to streamPaweł Kołodziejski
svn-id: r5149
2002-10-14Removed hard-coded pitch bend setup, now being handled on-the-fly in imuse.cppJamieson Christian
svn-id: r5146
2002-10-12revised options dialogMax Horn
svn-id: r5130
2002-10-11Close Etude midi driver on exit in the ugghliest way possibleRuediger Hanke
svn-id: r5129
2002-10-10default port for alsa if env var isn't setJonathan Gray
svn-id: r5119
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
svn-id: r5079
2002-10-02added panning control in imuse and reverse stereo supportPaweł Kołodziejski
svn-id: r5076
2002-10-02Fix 'isSoundRunning' for Creative samples (eg, Full Throttle)James Brown
svn-id: r5072
2002-10-01changes for stoping soundsPaweł Kołodziejski
svn-id: r5062
2002-09-29temporary pitch bend fix for the QuickTime midi driver. not quite perfect... hrmMax Horn
svn-id: r5041
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵Max Horn
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016
2002-09-17Patch 610257jamieson630/Windows MMSYSTEM error reclassificationJames Brown
svn-id: r4955
2002-09-15new smush player need bigger bufferPaweł Kołodziejski
svn-id: r4942
2002-09-15speed changes to play smush moviesPaweł Kołodziejski
svn-id: r4941
2002-09-14fixed stream in mixer, not completed yet - bad wrap around.Paweł Kołodziejski
svn-id: r4940
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-09-02fixesPaweł Kołodziejski
svn-id: r4897
2002-09-02changed file io in sounds to class FilePaweł Kołodziejski
svn-id: r4896
2002-08-29sound system cleanupMax Horn
svn-id: r4867
2002-08-25better SFX suport in the DigPaweł Kołodziejski
svn-id: r4852
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821
2002-08-23fix for bug #598938: sfx/music volume set 0 is not mute; some cleanupMax Horn
svn-id: r4805
2002-08-23fix for music loop, I think :)Paweł Kołodziejski
svn-id: r4804
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-21fixed one-off-error (I hope this fix is right?); use calloc instead of ↵Max Horn
malloc to ensure struct is zeroed svn-id: r4795
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-08-21Add missing iMUSE midi effectJames Brown
svn-id: r4784
2002-08-20applied patch 597414, thanks XavierPaweł Kołodziejski
svn-id: r4778
2002-08-18move _volume_table creation into constructor, and discard it in destructorMax Horn
svn-id: r4764
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
svn-id: r4758
2002-08-18pedantic #define rename :-)Max Horn
svn-id: r4755