aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-06-06Add Android backend from patch #2603856Max Horn
2010-06-06Correction for SCI valgrind uninit memory error in MIDI sound which occurs du...David Turner
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-29Fix typo(?) which prevents streaming code from compiling.Neil Millstone
2010-05-26Have makeADPCMStream use the entire stream if the size is 0 (as it says in th...Matthew Hoops
2010-05-25Patch #3006178: "rjp1: calculate sample length correctly"Max Horn
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Hide the QDM2 implementation and only expose it via a factory method, hopeful...Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-05-07Fix comment to removed functionOri Avtalion
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-05-03Cleanup.Johannes Schickel
2010-05-03Check for read/seek errors of the underlying SeekableReadStream in RawStream.Johannes Schickel
2010-05-03Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)".Johannes Schickel
2010-05-03Paranoia change: Prevent possible assertion caused by MP3Stream.Johannes Schickel
2010-04-29Rename input -> streamMax Horn
2010-04-20Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...Andre Heider
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-09Add missing cases to switch statements, remove whitespaceOri Avtalion
2010-04-03Do not use a template parameter for stereo setting for RawStream but instead ...Johannes Schickel
2010-04-03Cleanup.Johannes Schickel
2010-04-02Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 474...Travis Howell
2010-03-22Fix for bug #2969211 "NIPPON: Crash in Intro".Johannes Schickel
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-12Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.Max Horn
2010-03-12This hopefully fixes building on win64.Johannes Schickel
2010-03-12Fix typosMax Horn
2010-03-11MIXER: Change MixerImpl::playInputStream to error out when mixer is not readyMax Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-03-09Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when theTorbjörn Andersson
2010-03-08Fix bug #2872076 (MIXER: Division by 0 in rate conversion if w/o soundcd)Max Horn
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-08Show an error message in case multiple OPL outputs are created instead of usi...Johannes Schickel
2010-03-08Add a slight comment when the DBOPL sources where synched with DOSBox.Johannes Schickel
2010-03-08Use memset instead of a custom loop for zeroing the sample buffer.Johannes Schickel
2010-03-08Cleanup.Johannes Schickel
2010-03-08Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.Johannes Schickel
2010-02-26SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...Neil Millstone
2010-02-23Add assert(!_finished) to QueuingAudioStreamImpl::queueAudioStreamMax Horn
2010-02-23Tweak QueuingAudioStream commentsMax Horn
2010-02-17Fix gcc warning.Johannes Schickel
2010-02-14Add support for samples > 32kb to Paula chip emulation code.Max Horn
2010-02-10Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".Johannes Schickel
2010-02-09Formatting.Johannes Schickel
2010-02-09Be a bit more forgiveful in case the SeekableAudioStream passed to SubLooping...Johannes Schickel
2010-02-09Stop SubLoopingAudioStream playback, in case reading from the parent stream f...Johannes Schickel