Age | Commit message (Expand) | Author |
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a... | Max Horn |
2003-07-31 | fixed MP3InputStream, now seems to work properly (kind of a surprise) | Max Horn |
2003-07-31 | icur was not being saved between rate conversion calls | Max Horn |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | added new header file backends/intern.h; removed some stuff from common/syste... | Max Horn |
2003-07-31 | Fix for RC bug [780675] MI2: Reoccuring crash | Jamieson Christian |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-31 | make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by def... | Max Horn |
2003-07-31 | removed the AudioInputStream::size method -> only eof() is really needed, and... | Max Horn |
2003-07-31 | cleanup | Max Horn |
2003-07-30 | fixed incorrect MSVC fixes; simplified readSample code (bugs #780167 and #780... | Max Horn |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-30 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | removed some debug output | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | account for the data in the _buffer, too | Max Horn |
2003-07-29 | after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor... | Max Horn |
2003-07-29 | some cleanup; moved around some stuff, preparing to unify more code of Channe... | Max Horn |
2003-07-29 | return immediately after commiting suicide; enable new rate conversion code | Max Horn |
2003-07-29 | hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt... | Max Horn |
2003-07-29 | added VorbisInputStream | Max Horn |
2003-07-29 | added makeRateConverter factory function | Max Horn |
2003-07-29 | Fix mingw compile | Travis Howell |
2003-07-29 | cleanup | Max Horn |
2003-07-28 | experimental new rate conversion code (use SOX_HACK to en-/disable it); note ... | Max Horn |
2003-07-28 | fix for bug #776169 | Max Horn |
2003-07-28 | make wrapped stream work (I can hear some music in CoMI now before it segfaul... | Max Horn |
2003-07-28 | moved st_gcd to resample.cpp | Max Horn |
2003-07-28 | rewrote the input streams, this should be more straightforward and inline sli... | Max Horn |
2003-07-28 | more work on WrappedMemoryStream (not yet tested) | Max Horn |
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I don... | Max Horn |
2003-07-28 | added CopyRateConverter (used if inrate == outrate) | Max Horn |
2003-07-28 | use a single converter for both channels (if input data is stereo), for impro... | Max Horn |
2003-07-26 | For for Bug [775654] DOTT: Hanging notes | Jamieson Christian |
2003-07-26 | oops accidentally broke the 'old' 8bit resampling code :-( | Max Horn |
2003-07-25 | move AudioInputStream implementations & makeInputStream into separate .cpp file | Max Horn |
2003-07-25 | reduced source code duplication | Max Horn |
2003-07-25 | lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum... | Max Horn |
2003-07-25 | round to nearest | Max Horn |
2003-07-24 | whitespace | Max Horn |
2003-07-24 | added volume support; some cleanup; provided exactly as many samples as were ... | Max Horn |
2003-07-24 | added RateConverter classes as thin wrappers around st_* functions; renamed I... | Max Horn |
2003-07-24 | new files, based on SoX (http://sox.sf.net): better resampling code. Note tha... | Max Horn |
2003-07-23 | Fixed regression in clamped_add_16() that kept it from clamping. This was | Torbjörn Andersson |
2003-07-17 | simplified code | Max Horn |
2003-07-14 | oops | Max Horn |
2003-07-14 | removed whitespaces at line ends; added stopHandle | Max Horn |
2003-07-12 | Fixed RTTI warnings with PalmOS port | Chris Apers |
2003-07-12 | verify chan != 0 even on WinCE | Max Horn |