aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2003-07-29hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt...Max Horn
2003-07-29added VorbisInputStreamMax Horn
2003-07-29added makeRateConverter factory functionMax Horn
2003-07-29Fix mingw compileTravis Howell
2003-07-29cleanupMax Horn
2003-07-28experimental new rate conversion code (use SOX_HACK to en-/disable it); note ...Max Horn
2003-07-28fix for bug #776169Max Horn
2003-07-28make wrapped stream work (I can hear some music in CoMI now before it segfaul...Max Horn
2003-07-28moved st_gcd to resample.cppMax Horn
2003-07-28rewrote the input streams, this should be more straightforward and inline sli...Max Horn
2003-07-28more work on WrappedMemoryStream (not yet tested)Max Horn
2003-07-28instead of 'int channels', use 'bool stereo' (less extensible, but then I don...Max Horn
2003-07-28added CopyRateConverter (used if inrate == outrate)Max Horn
2003-07-28use a single converter for both channels (if input data is stereo), for impro...Max Horn
2003-07-26For for Bug [775654] DOTT: Hanging notesJamieson Christian
2003-07-26oops accidentally broke the 'old' 8bit resampling code :-(Max Horn
2003-07-25move AudioInputStream implementations & makeInputStream into separate .cpp fileMax Horn
2003-07-25reduced source code duplicationMax Horn
2003-07-25lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum...Max Horn
2003-07-25round to nearestMax Horn
2003-07-24whitespaceMax Horn