aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2009-05-06For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS...Johannes Schickel
2009-05-06Another attempt at fixing MSVC compiliation. (someone test this please ;-)Johannes Schickel
2009-05-06Patch #2758080: GSOC09: XMIDI parser switch casesMax Horn
2009-05-06Don't include headers inside namespace scopes. This should fix compilation on...Johannes Schickel
2009-05-06Added a reference to scummsys.h to fix compilation errorsPaul Gilbert
2009-05-06Fix feedback/algorithm register write bugs in Dual OPL2 mode.Johannes Schickel
2009-05-05Really fix Dual OPL2 initialization.Johannes Schickel
2009-05-05Dual OPL2 initialization bugfix.Johannes Schickel
2009-05-05Cleanup:Johannes Schickel
2009-05-05- Remove default parameter from OPL::createJohannes Schickel
2009-05-05At request by DrMcCoy enable DOSBox OPL2 by default whenever DISABLE_DOSBOX_O...Johannes Schickel
2009-05-05AdLib emulator changes part2:Johannes Schickel
2009-05-05AdLib emulator changes part1 (breaks compilation :-/):Johannes Schickel
2009-04-22Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist...Johannes Schickel
2009-04-22Renamed some variables and parameters to match their real use. Johannes Schickel
2009-03-30vag: delete stream after useFabio Battaglia
2009-03-30Rate selection is now possible for VAG audio decoder, also decoder doesn't di...Fabio Battaglia
2009-03-27Fix regression from r39702: look up music_driver in configWillem Jan Palenstijn
2009-03-26MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ...Max Horn
2009-03-26Changed doxygen comments in sound/midiparser.h to match with our usual format...Max Horn
2009-03-17Do not use TO_LE_16 for the IMA ADPCM decoder as it breaks sound on BE systems.Matthew Hoops
2009-03-15Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSXFabio Battaglia
2009-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2009-03-09Added some more Audio::Timestamp unit testsMax Horn
2009-03-09Added some comments to Audio::TimestampMax Horn
2009-03-08Patch #2658710: "Add comments to specify which engines use which decoders"Eugene Sandulenko
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn
2009-02-27Fix typo.Willem Jan Palenstijn
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-15Add interleave parameter to FMOPL as needed by SCI engineEugene Sandulenko
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-04make readBufferTinsel*() output in native endianness, rather than little endian.Joost Peters
2009-02-01Fixed regression in the ADPCM decoder. DW2 music should be played correctly a...Filippos Karapetis
2009-02-01Fixed incorrect usage of a boolean (boolean variables are not supposed to be ...Filippos Karapetis
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-27Remove leftover comments.Matthew Hoops
2009-01-27Add support for looping ADPCM sounds. I'm also adding decoding of the "standa...Matthew Hoops
2009-01-27Add/Update comments.Travis Howell
2009-01-27Add looping support to makeVOCStream().Travis Howell
2009-01-27Fix regression, the original stream shouldn't be deleted, unless disposeAfter...Travis Howell
2009-01-27Fix regression, the original stream shouldn't be deleted.Travis Howell
2009-01-27Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to...Max Horn
2009-01-24fixing #2531282: don't fall back to a real audio CD when playing enhanced mid...Willem Jan Palenstijn
2009-01-24remove 'HACK': don't use _cd.playing to indicate emulationWillem Jan Palenstijn
2009-01-03Removed a (hopefully) obsolete FIXME comment.Torbjörn Andersson
2008-12-31Rewrote to get rid of "condition is always false" warning.Torbjörn Andersson
2008-12-31Added possible FIXMEsFilippos Karapetis
2008-12-31Prevent erroneous access of negative array indicesFilippos Karapetis