aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UAudioInput_Portaudio.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-02Audio/Video engine update:tobigun1-8/+1
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-15/+8
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-63/+192
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-53/+13
2008-03-10fix build problem for me local...jaybinks1-5/+4
2008-03-10removed a few unused local variablesjaybinks1-4/+5
2008-03-05FFT support for SDL/Portaudio playbacktobigun1-1/+6
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-130/+177
2008-02-20- Resampling support addedtobigun1-1/+1
2008-02-07Audio output working againtobigun1-6/+0
2008-02-05General:tobigun1-199/+132
2008-02-05replaced Recording with AudioInputProcessor to conform to the new interface.tobigun1-11/+11
2007-12-28New class-structure seperates decoders/input and playback.tobigun1-20/+13
2007-12-07little bit of tidy up..jaybinks1-2/+0
2007-12-07Fixed some linux visualizer errorstobigun1-434/+429
2007-12-05New portaudio interface addedtobigun1-0/+434