aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioPlayback_SoftMixer.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-10removed a few unused local variablesjaybinks1-3/+3
2008-03-09new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun1-45/+99
2008-03-07GetPCMData added for SDL/Portaudiotobigun1-894/+899
2008-03-06bug-fix: there was a Floating-Point exception when calling WindowFunc(). This...tobigun1-32/+63
2008-03-05FFT support for SDL/Portaudio playbacktobigun1-35/+89
2008-03-03delphi 7 compatibility (inline was introduced with delphi 2005)tobigun1-6/+6
2008-02-20- Resampling support addedtobigun1-0/+809