Age | Commit message (Expand) | Author |
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 |
2003-07-12 | Give sample rate to channel classes (WinCE downsampling) / Do not use dynamic... | Nicolas Bacca |
2003-07-11 | Reverted to "old" YM3812 (FMOPL) emulator code. | Jamieson Christian |
2003-07-10 | Fix for Bug [766426]: V5 Games: Adlib SFX not looped | Jamieson Christian |
2003-07-07 | #include scummsys.h so that our custome free() gets used | Max Horn |
2003-07-06 | mix() is really a private method, only to be called by the audio thread; cove... | Max Horn |
2003-07-06 | now that we mutex-protect everything properly, we can get rid of _toBeDestroy... | Max Horn |
2003-07-06 | the mutex must be locked by everything which might access _channels while the... | Max Horn |
2003-07-06 | More fixes from Hibernatus | Travis Howell |
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn |
2003-07-05 | protect calls to insertChannel with mutex, too (and switch to using StackLock) | Max Horn |
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, n... | Max Horn |
2003-07-05 | hack for proper compile for vc6, why I need this ? | Paweł Kołodziejski |
2003-07-04 | make SoundMixer::playRaw only check sound IDs if you actually pass one | Robert Göffringmann |
2003-07-04 | Prevent apparantly possible race condition. I don't get this stuff, and I don... | James Brown |
2003-07-04 | Insert preliminary Zak256 sound looping support. It's not perfect, as some Za... | James Brown |
2003-07-03 | cleanup for -Wundef | Max Horn |
2003-07-02 | cleanup (code easier to read; slightly less rounding errors for the volume; a... | Max Horn |
2003-06-27 | fixed warning | Paweł Kołodziejski |
2003-06-24 | cleanup | Max Horn |
2003-06-22 | fixed warnings | Paweł Kołodziejski |
2003-06-22 | d'oh | Max Horn |
2003-06-22 | fixed Vorbis CD track code | Max Horn |
2003-06-22 | don't memset the output buffer to 0 if _eof_flag is set; rather, we should 'a... | Max Horn |
2003-06-22 | properly init member vars instead of using memset | Max Horn |