aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioInput_Portaudio.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix build problem for me local...jaybinks2008-03-101-5/+4
* removed a few unused local variablesjaybinks2008-03-101-4/+5
* FFT support for SDL/Portaudio playbacktobigun2008-03-051-1/+6
* - Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun2008-03-031-130/+177
* - Resampling support addedtobigun2008-02-201-1/+1
* Audio output working againtobigun2008-02-071-6/+0
* General:tobigun2008-02-051-199/+132
* replaced Recording with AudioInputProcessor to conform to the new interface.tobigun2008-02-051-11/+11
* New class-structure seperates decoders/input and playback.tobigun2007-12-281-0/+420