aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2008-01-05Converted some spaces to tabs.Torbjörn Andersson
2007-12-31Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any num...Oystein Eftevaag
2007-12-21Fix memory leak in audiostream (I think)Neil Millstone
2007-12-19Patch #1853322: Patch for Atari ST/FreeMintMax Horn
2007-12-13Adding a method to check whether a note currently playingSven Hesse
2007-12-09Fixed typosMax Horn
2007-12-09Use the same define as in C++ codeChris Apers
2007-12-08docGregory Montoir
2007-12-06reverted commit #29736 with a proper fix (I think) to fmopl codeGregory Montoir
2007-12-01Slight cleanup and commenting of the ADPCM decoderFilippos Karapetis
2007-11-19Don't use M_PI, rather use our very own PI constantMax Horn
2007-11-19Define M_PI if it's not defined (seems not to be defined under MSVC)Filippos Karapetis
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
2007-11-18factory functions should be documented at least roughly...Max Horn
2007-11-18added rjp1 module specific pattern playbackGregory Montoir
2007-11-18skip silence VOC block (used in Igor)Gregory Montoir
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can automatica...Max Horn
2007-11-16Fix loading common sample data for modules in Waxworks.Travis Howell
2007-11-02Patch #1816901: MT-32 emu: Low volumeMax Horn
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn
2007-10-29Add DMedia MIDI driver just to the list of MIDI drivers if on IRIX, since at ...Johannes Schickel
2007-10-28Patch #1800085: small 'unknown control change byte 32' patchMax Horn
2007-10-27Added support for more ROM versions, see FR #1820331Max Horn
2007-10-15* Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction...Nicola Mettifogo
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn
2007-09-30removed unused function, simplified handlePatternGregory Montoir
2007-09-28Add PALMOS sections to ARM rate conversion sound code to preserve r10Robin Watts
2007-09-24Silence some warnings.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Fixed some more warningsMax Horn
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-22Reverted commit #28696, as the cause for it was different and has been fixed ...Filippos Karapetis
2007-08-22Detach the player callback handler when the music is being unloaded. Fixes bu...Filippos Karapetis
2007-08-20Removed extra commas from lookup-tables' ends.Kari Salminen
2007-07-28Ooops, fix typo in last commit.Travis Howell
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-07-22Don't be so strict about un-pausing sounds which are not paused currentlyMax Horn
2007-07-15Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi...Max Horn
2007-07-01Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust hi...Max Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Once again rewrite Paula code (addings lots of comments, doing proper wrap ar...Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-30Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav...Max Horn
2007-06-30Tabs -> spacesMax Horn
2007-06-30Update the ARM version of the rate conversion code, in line with FingolfinsRobin Watts
2007-06-30Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ...Max Horn
2007-06-29Added small explanatory commentMax Horn
2007-06-28Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c...Max Horn
2007-06-28cleanupMax Horn