Age | Commit message (Expand) | Author |
2004-12-27 | Introduced two new constants SoundMixer::kMaxChannelVolume and SoundMixer::kM... | Max Horn |
2004-12-27 | Allow premix channels to use a custom sound type | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-28 | Added a "permanent" field to Channels, which simply prevents them from being ... | Jerome Fisher |
2004-11-28 | Assume for now that the premixer is always used for music playback (as oppose... | Max Horn |
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ... | Max Horn |
2004-11-27 | Removed the old setupPremix version, it is not needed anymore. Also fixed som... | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-10-11 | Implement premix proc via an AudioStream / Channel (eventually we'll remove t... | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-19 | Fix potential race condition | Max Horn |
2004-09-19 | Actually check if a sound is active, if the sound is outside music engine. | Travis Howell |
2004-09-18 | smush tracks are not music channel, removed outdated dimuse comment | Paweł Kołodziejski |
2004-09-04 | fixde bug IMUSE+DEBUG | Paweł Kołodziejski |
2004-07-16 | Applied patch #957544 to make output sample rate configurable at runtime. | Torbjörn Andersson |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-12 | With no comments from fingolfin, and a go-ahead from ender, I've committed | Torbjörn Andersson |
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we act... | Max Horn |
2004-01-20 | No more needed | Chris Apers |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ... | Max Horn |
2004-01-03 | removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant... | Max Horn |
2003-12-27 | paranoia | Max Horn |
2003-12-26 | add param to playInputStream which makes it possible to retain an input strea... | Max Horn |
2003-12-26 | logic fix: we must do wrap around *before* read, not after. otherwise eosInte... | Max Horn |
2003-12-24 | o Added SoundMixer::isReady() | Max Horn |
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma... | Max Horn |
2003-12-23 | Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit | Max Horn |
2003-12-22 | Fix warning generated by the incomprehensibly picky MinGW GCC compiler. | Torbjörn Andersson |
2003-12-22 | o Got rid of Channel::destroy() method (no more evil 'delete this', plus | Max Horn |
2003-12-21 | added convenience SoundMixer::playVorbis variant which calls through to playS... | Max Horn |
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi... | Max Horn |
2003-12-21 | o Make use of the new LinearMemoryStream feature which allows auto-disposing ... | Max Horn |
2003-12-19 | distinguish between end of stream and end of data | Max Horn |
2003-12-19 | o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.* | Max Horn |
2003-12-18 | PalmOS sound API cannot access globals data, StackLock constructor use g_system | Chris Apers |
2003-12-17 | Made sure that *all* AudioInputStream 'know' their sample rate; removed point... | Max Horn |
2003-12-17 | cleanup | Max Horn |
2003-12-17 | changed the way 'streams' are handled: the finalization logic is now in the W... | Max Horn |
2003-12-17 | some cleanup | Max Horn |
2003-12-16 | cleanup | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-25 | whatever | Joost Peters |
2003-10-24 | added extra flag to mixer so we don't use free() on new'd pointers | Joost Peters |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |