aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2003-08-16Corrected timing mechanism for RO music streams.Jamieson Christian
2003-08-14Removed incorrect acknowledgements (copy/paste error)Jamieson Christian
2003-08-13ZeroInputStream::readBuffer didn't have the same signature as the base class ...Bertrand Augereau
2003-08-13Added PC Speaker and PCjr command line options,Jamieson Christian
2003-08-09added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni...Robert Göffringmann
2003-08-08Added generic send() option to MidiChannel.Jamieson Christian
2003-08-08Send All Notes Off to every channel on closeJamieson Christian
2003-08-07my code was actually right. Rather the calling code is evil, it passes us odd...Max Horn
2003-08-07Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracksJamieson Christian
2003-08-07replace code in readBuffer by slightly less efficient but hopefully working c...Max Horn
2003-08-06Added comment to new macroJamieson Christian
2003-08-06Changed readSample template functionJamieson Christian
2003-08-06some cleanupMax Horn
2003-08-06Fixed type mismatch error compiling palmos portChris Apers
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
2003-08-05some cleanup; added Channel::getVolume, once somebody tells me what exactly i...Max Horn
2003-08-05begone, old mixer codeMax Horn
2003-08-05more cleanupMax Horn
2003-08-05cleanupMax Horn
2003-08-05fix bug #783423Max Horn
2003-08-05more cleanup (like the previous two, I just moved around code, to clearly sep...Max Horn
2003-08-05some more cleanupMax Horn
2003-08-05cleanup; removed some code duplicationMax Horn
2003-08-05and finally VorbisInputStream::readBuffer. Once we verified the new readBuffe...Max Horn
2003-08-05optimized MP3InputStream::readBuffer (once more, I won't gurantee for correct...Max Horn
2003-08-05simplified code a bitMax Horn
2003-08-05optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust...Max Horn
2003-08-05catch one potential problem, namely if eos is already reached when readBuffer...Max Horn
2003-08-05get rid of calls to the obsolete AudioInputStream::size methodMax Horn
2003-08-04not really sure if using readBuffer would give any gain in CopyRateConverterMax Horn
2003-08-04renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...Max Horn
2003-08-04fixed EOF handling of MP3 streams (subtract time from duration timer, instead...Max Horn
2003-08-02one addition lessMax Horn
2003-08-02some more tweaksMax Horn
2003-08-02slightly cut down on the number of times eof() is calledMax Horn
2003-08-02slightly optimized MP3InputStream::eof, and some cleanupMax Horn
2003-08-02don't use asserts in these tight spotsMax Horn
2003-08-02optimize code flow a littleMax Horn
2003-08-02cleanupMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02remove debug outputMax Horn
2003-08-02fix for st_rate_flow, code is more straightforward now, tooMax Horn
2003-08-02obsoleteMax Horn
2003-08-02garhgMax Horn
2003-08-02previous mod was techincally incorrect, this one should be better (but might ...Max Horn
2003-08-02I think this fixes bug #780167 ("SIMON1/2: Sound problems"). WhenTorbjörn Andersson
2003-08-02oopsMax Horn
2003-08-02converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi...Max Horn
2003-08-02fix ChannelMP3CDMusic volume, too :-)Max Horn
2003-08-02fix Vorbis music volumeMax Horn