aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2016-07-01SCI32: Use better audio fading algorithmColin Snover
2016-07-01SCI32: Fix audio fadingColin Snover
2016-06-30SCI32: Specify default hardware ratesColin Snover
2016-06-26SCI32: Fix hang when playing auto-play audio channelsColin Snover
2016-06-26SCI32: Fix race condition when freeing audio resourcesColin Snover
2016-06-25SCI32: Properly initialize pausedAtTick inside Audio32::play()Filippos Karapetis
2016-06-25Revert "SCI32: Properly initialize AudioChannel inside Audio32::play()"Filippos Karapetis
2016-06-23SCI32: Properly initialize AudioChannel inside Audio32::play()Filippos Karapetis
2016-06-23SCI32: Fix usage of the C++11 override keyword with MSVCFilippos Karapetis
2016-06-23SCI32: Fix potentially uninitialized variableFilippos Karapetis
2016-06-23SCI32: Const correction in Audio32's readBuffer() implementationFilippos Karapetis
2016-06-21SCI32: Add low-pass filter to 8-bit SOL audioColin Snover
2016-06-20SCI: Minor cleanup of kDoSoundColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-06-19SCI: Split audio sync to its own classColin Snover
2016-06-12SCI: Fix uninitialized read in SoundCommandParserColin Snover
2016-06-07SCI: Plug memory leakEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13SCI: Ensure openCD() is calledMatthew Hoops
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2016-01-15SCI: Add a hack in music init for MUMG Deluxe, so that it startsFilippos Karapetis
2016-01-03SCI: sciAudio support for .wav + .aiff filesMartin Kiewitz
2016-01-03SCI: sciSound: check compression typeMartin Kiewitz
2016-01-02SCI: fix sciAudio not doing loops correctlyMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-07-07SCI: Delete OPL when init failsWalter van Niftrik
2015-07-07SCI: Check OPL init return codeWalter van Niftrik
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07SCI: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-06-06AUDIO: Make makeAIFFStream return a RewindableAudioStreamMatthew Hoops
2015-06-04SCI: Only use makeAIFFStream instead of loading the sound twiceMatthew Hoops
2015-02-18SCI: Fix digital audioWillem Jan Palenstijn
2015-02-15SCI: Add more audio debugging outputWillem Jan Palenstijn
2015-02-15SCI: Fix version check for MIDI controller 4EWillem Jan Palenstijn
2015-02-15SCI: Fix sound object frame selector rateWillem Jan Palenstijn
2015-02-15SCI: Only allow a single 'playBed' song in SCI1earlyWillem Jan Palenstijn
2015-02-15SCI: Allow channel remapping from audio thread tooWillem Jan Palenstijn
2015-02-15SCI: Use sound resource priority by default for songsWillem Jan Palenstijn
2015-02-15SCI: Give songs that start playing later higher priorityWillem Jan Palenstijn
2015-02-15SCI: Add debugging outputWillem Jan Palenstijn
2015-02-15SCI: Handle voice limits differentlyWillem Jan Palenstijn
2015-02-15SCI: Don't remap channels from playBed songsWillem Jan Palenstijn
2015-02-15SCI: Always re-sort playlist in soundPlayWillem Jan Palenstijn
2015-02-14SCI: Register and save playBed option to PlaySoundWillem Jan Palenstijn
2015-02-14SCI: Match SSCI channel reset orderWillem Jan Palenstijn
2015-02-14SCI: Initialize voice counts in SCI1+Willem Jan Palenstijn
2015-02-14SCI: Avoid resetting already unused channelsWillem Jan Palenstijn