aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/URecord.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-06increase range of accepted tones. user complaint (thursday)k-m_schindler1-1/+1
2010-12-29log voice captures to wav-filetobigun1-28/+38
2010-12-28fix save_playback crashestobigun1-1/+1
2010-06-10- added missing Result assignment in TAudioInputProcessor.CheckPlayersConfigbrunzelchen1-1/+1
2010-06-06- URecord.ValidateSettings should not display the popup itselftobigun1-11/+20
2010-06-06- Now on sing-screen entry a check is performed if mics are assigned to all p...tobigun1-13/+80
2010-05-08validate microphone settings when leaving the record options and when USDX is...tobigun1-0/+47
2010-04-27- device input latency is now configurable via config.initobigun1-0/+1
2010-04-19bugfix for crash with portaudio (all platforms):tobigun1-7/+9
2010-04-13- save input device names as UTF8Stringswhiteshark01-3/+3
2010-03-12fix bug report ID: 2969613. Thanks to Mike greywindk-m_schindler1-5/+6
2009-04-09Warnings and Notes cleanupk-m_schindler1-6/+4
2009-03-07final cleanup of Umain. Creation of UNotek-m_schindler1-1/+1
2009-02-22formattingk-m_schindler1-68/+59
2009-02-04- PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-te...tobigun1-9/+9
2008-10-25Software boost enabled again. TODO: boost per device, not for all.tobigun1-5/+1
2008-09-23indentation unified, no code change.k-m_schindler1-7/+8
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-15Race-Conditions fixed in recording stuff.tobigun1-54/+89
2008-08-15Removed now unneeded define for VoicePassthrough, added a begin and a endmogguh1-8/+6
2008-08-15VoicePassthrough is now available at the options, turns playback from the mic...mogguh1-3/+3
2008-07-02Audio/Video engine update:tobigun1-101/+158
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-5/+5
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-51/+116
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+1
2008-03-10auto removed a bunch of unused local variablesjaybinks1-610/+610
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-159/+234
2008-02-05General:tobigun1-320/+530
2008-01-12bunch of smaller changes...jaybinks1-22/+59
2007-12-05- Removed all BASS stuff. BASS initialization is now done in UAudio_bass (or ...tobigun1-134/+52
2007-11-08Mac OS X: Added PseudoThread for debugging, because debugging of threaded cod...eddie-08151-0/+10
2007-11-01fixed failed buildsjaybinks1-0/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-4/+0
2007-10-08fixed bad build build#USDX-DELPHI-31jaybinks1-1/+2
2007-09-20Ultrastar-DX now compiles in linux jaybinks1-347/+359
2007-09-18changes in order to compile in lazarus...jaybinks1-67/+50
2007-09-02Some Cleanup in URecordwhiteshark01-25/+18