aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioPlayback_SoftMixer.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed a few unused local variablesjaybinks2008-03-101-3/+3
* new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun2008-03-091-45/+99
* GetPCMData added for SDL/Portaudiotobigun2008-03-071-894/+899
* bug-fix: there was a Floating-Point exception when calling WindowFunc(). This...tobigun2008-03-061-32/+63
* FFT support for SDL/Portaudio playbacktobigun2008-03-051-35/+89
* delphi 7 compatibility (inline was introduced with delphi 2005)tobigun2008-03-031-6/+6
* - Resampling support addedtobigun2008-02-201-0/+809