aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-01-05Get rid of public variables in Channel.Johannes Schickel
2010-01-05Create a generic Channel interface for the default Mixer implementation.Johannes Schickel
2010-01-05- Fix a bug in Channel::pause for recursive pausing.Johannes Schickel
2010-01-05Oops somehow I must have missed CopyRateConverter::flow, in r47014.Johannes Schickel
2010-01-05Use the return value of RateConverter::flow to calculate the decoded samples ...Johannes Schickel
2010-01-05Make RateConverter::flow return the number of sample pairs written, like it's...Johannes Schickel
2010-01-05- Add a new SeekableAudioStream interface. Soon to be used to replace audio s...Johannes Schickel
2010-01-04Switch Channel::getElapsedTime() to use a Timestamp for its computationsMax Horn
2010-01-04Make some improvements for Audio::Timestamp.Max Horn
2010-01-03- Remove unsafe default constructor of Audio::Timestamp.Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-02SCI/new music code: Don't stop notes when looping for a holdWillem Jan Palenstijn
2010-01-01This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS audio...Johannes Schickel
2010-01-01Mention in documentation of AudioStream::setNumLoops, that this function also...Johannes Schickel
2010-01-01Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati...Johannes Schickel
2010-01-01init _numPlayedLoops inside LinearMemoryStreamMartin Kiewitz
2010-01-01Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l...Johannes Schickel
2010-01-01Implemented setNumLoops() for common audio streams.Eugene Sandulenko
2010-01-01Extend doxygen comment for setNumLoops()Eugene Sandulenko
2010-01-01Added setNumLoops() for linear memory streams, enables looping of samples in sciMartin Kiewitz
2010-01-01Adding setNumLoops() to AudioStream classMartin Kiewitz
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-30Fix bug #2923380 (AMIGAOS4: Compiler error)Jordi Vilalta Prat
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
2009-12-09Typo...Johannes Schickel
2009-12-09This is hopefully fixing compilation of the fluidsynth code.Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-12-07Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avo...Johannes Schickel
2009-11-26Fix warnings.Johannes Schickel
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-11-25Extend documentation slightly.Johannes Schickel
2009-11-25Do not fall back to a auto detection of the OPL emulator, when the user selec...Johannes Schickel
2009-11-25Fix 'randomly placed' doxygen comments (which lead to incorrect documentation...Max Horn
2009-11-14Remove Igor engineMax Horn
2009-11-03Fix for bug #2890038 (FT: Crashes when entering inventory)Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-02Enhance VOC debug outputMax Horn
2009-10-18cleanupMax Horn
2009-10-14cleanupMax Horn
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-10-09Remove some unused variablesMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-03If an error occured on constructing a VorbisInputStream, return 0 from makeVo...Andre Heider
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not...Max Horn
2009-09-23Removed an assert() in favour of error checking.Andre Heider
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-14Wording.Johannes Schickel