aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2003-08-02disable debug outputMax Horn
2003-08-01let the input stream handle the looping (by pretending to be of infinite size...Max Horn
2003-08-01implemented raw sound looping; some debug output enabled temporarilyMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31get rid of BUGGY_NEW_MP3_PLAYERMax Horn
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a...Max Horn
2003-07-31fixed MP3InputStream, now seems to work properly (kind of a surprise)Max Horn
2003-07-31icur was not being saved between rate conversion callsMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31added new header file backends/intern.h; removed some stuff from common/syste...Max Horn
2003-07-31Fix for RC bug [780675] MI2: Reoccuring crashJamieson Christian
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-31make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by def...Max Horn
2003-07-31removed the AudioInputStream::size method -> only eof() is really needed, and...Max Horn
2003-07-31cleanupMax Horn
2003-07-30fixed incorrect MSVC fixes; simplified readSample code (bugs #780167 and #780...Max Horn
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-07-30Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fixTorbjörn Andersson
2003-07-30Fixed MSVC errorsJamieson Christian
2003-07-29removed some debug outputMax Horn
2003-07-29cleanupMax Horn
2003-07-29account for the data in the _buffer, tooMax Horn
2003-07-29after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor...Max Horn
2003-07-29some cleanup; moved around some stuff, preparing to unify more code of Channe...Max Horn
2003-07-29return immediately after commiting suicide; enable new rate conversion codeMax Horn