aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.cpp
AgeCommit message (Expand)Author
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-20Fix out of bounds access.Johannes Schickel
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-06Adapt KYRA to use the new FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-05Remove unsafe getTotalPlayTime from AudioStream.Johannes Schickel
2010-01-05- Add a new SeekableAudioStream interface. Soon to be used to replace audio s...Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-16merge with trunkNorbert Lange
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO...Neil Millstone
2009-08-08Implemented support for Amiga wander score map.Johannes Schickel
2009-05-29- Add new method "isVoicePresent" to "Sound".Johannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-24- Reorder supported codecs listJohannes Schickel
2009-05-23Cleanup.Johannes Schickel
2009-05-23KYRA/LOL: restructured voice playing code so that audio compression can be su...Florian Kagerer
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-21Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect l...Johannes Schickel
2009-03-09LOL: minor fix for text displayer (text pages now advance automatically when ...Florian Kagerer
2009-03-08LOL: some more work on the text displayer so that it handles longer texts (ne...Florian Kagerer
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-01- CleanupJohannes Schickel
2009-02-01Oops wrong parameter in last commit.Johannes Schickel
2009-02-01- Fixed mismatching new[] / free.Johannes Schickel
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
2009-02-01svn-id: r36178Florian Kagerer
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2008-11-30- Fix some valgrind warningsJohannes Schickel
2008-11-30Initial version of proper MIDI support for KYRA.Johannes Schickel
2008-08-02Added a member function loadSoundFile to Sound which accepts a filename strin...Johannes Schickel
2008-08-02Add warning when a voc file is not found.Johannes Schickel
2008-07-24Make sure _musicVolume and _sfxVolume are clipped to fit in a byte.Torbjörn Andersson
2008-07-10Fixed mem leak in MIDI related code.Johannes Schickel
2008-07-06Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (theTorbjörn Andersson
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
2008-05-27Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl...Johannes Schickel
2008-05-24Little cleanup.Johannes Schickel
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-23Cleanup.Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-04-29- Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as ...Johannes Schickel
2008-04-10Fixed regression in Kyra1.Johannes Schickel