aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2010-02-09Make Audio::convertTimeToStreamPos return a frame-precision based result inst...Johannes Schickel
2010-02-09Fix SubLoopingAudioStream's readBuffer implementation.Johannes Schickel
2010-02-08Fix RawStream::seek implementation.Johannes Schickel
2010-02-06Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete...Johannes Schickel
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...Sven Hesse
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...Johannes Schickel
2010-02-03Make makeMP3Stream return 0 on failure too.Johannes Schickel
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
2010-02-03Cleanup.Johannes Schickel
2010-02-03Rename:Johannes Schickel