index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
Age
Commit message (
Expand
)
Author
2010-04-20
Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...
Andre Heider
2010-04-17
Fixing some warnings (with gcc 3.3.6)
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-09
Add missing cases to switch statements, remove whitespace
Ori Avtalion
2010-04-03
Do not use a template parameter for stereo setting for RawStream but instead ...
Johannes Schickel
2010-04-03
Cleanup.
Johannes Schickel
2010-04-02
Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 474...
Travis Howell
2010-03-22
Fix for bug #2969211 "NIPPON: Crash in Intro".
Johannes Schickel
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2010-03-12
Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.
Max Horn
2010-03-12
This hopefully fixes building on win64.
Johannes Schickel
2010-03-12
Fix typos
Max Horn
2010-03-11
MIXER: Change MixerImpl::playInputStream to error out when mixer is not ready
Max Horn
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-03-09
Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the
Torbjörn Andersson
2010-03-08
Fix bug #2872076 (MIXER: Division by 0 in rate conversion if w/o soundcd)
Max Horn
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-03-08
Show an error message in case multiple OPL outputs are created instead of usi...
Johannes Schickel
2010-03-08
Add a slight comment when the DBOPL sources where synched with DOSBox.
Johannes Schickel
2010-03-08
Use memset instead of a custom loop for zeroing the sample buffer.
Johannes Schickel
2010-03-08
Cleanup.
Johannes Schickel
2010-03-08
Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.
Johannes Schickel
2010-02-26
SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...
Neil Millstone
2010-02-23
Add assert(!_finished) to QueuingAudioStreamImpl::queueAudioStream
Max Horn
2010-02-23
Tweak QueuingAudioStream comments
Max Horn
2010-02-17
Fix gcc warning.
Johannes Schickel
2010-02-14
Add support for samples > 32kb to Paula chip emulation code.
Max Horn
2010-02-10
Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".
Johannes Schickel
2010-02-09
Formatting.
Johannes Schickel
2010-02-09
Be a bit more forgiveful in case the SeekableAudioStream passed to SubLooping...
Johannes Schickel
2010-02-09
Stop SubLoopingAudioStream playback, in case reading from the parent stream f...
Johannes Schickel
2010-02-09
Make Audio::convertTimeToStreamPos return a frame-precision based result inst...
Johannes Schickel
2010-02-09
Fix SubLoopingAudioStream's readBuffer implementation.
Johannes Schickel
2010-02-08
Fix RawStream::seek implementation.
Johannes Schickel
2010-02-06
Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete...
Johannes Schickel
2010-02-03
Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...
Sven Hesse
2010-02-03
Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...
Johannes Schickel
2010-02-03
Make makeMP3Stream return 0 on failure too.
Johannes Schickel
2010-02-03
Yet more Flac -> FLAC changes for consistency.
Johannes Schickel
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-02-03
Rename RawAudioStream to RawStream for consistency.
Johannes Schickel
2010-02-03
Cleanup.
Johannes Schickel
2010-02-03
Rename:
Johannes Schickel
2010-02-03
- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...
Johannes Schickel
2010-01-31
Further OOify the ADPCM code
Max Horn
2010-01-31
Rearrange code of ADPCMStream subclasses
Max Horn
2010-01-31
Split ADPCMStream into several classes
Max Horn
2010-01-31
Rename ADPCMInputStream to ADPCMStream; make some members const
Max Horn
[next]