]>
Repos - portaudio/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
dmazzoni [Mon, 18 Feb 2002 06:07:07 +0000 (06:07 +0000)]
Added O_NONBLOCK to all open() calls, so that PortAudio
does not hang if the device is in use by another program.
phil [Thu, 7 Feb 2002 18:15:27 +0000 (18:15 +0000)]
notes on CoreAudio implementation
phil [Thu, 7 Feb 2002 18:04:00 +0000 (18:04 +0000)]
Mods made with Darren Gibbs.
fixed isInput so GetProperty works better,
fixed device queries for numChannels and sampleRates,
one CoreAudio device now maps to separate input and output PaDevices,
audio input works if using same CoreAudio device (some HW devices make separate CoreAudio devices).
phil [Thu, 7 Feb 2002 17:57:44 +0000 (17:57 +0000)]
add fflush(stdout) so we can see progress
phil [Thu, 7 Feb 2002 17:54:56 +0000 (17:54 +0000)]
try lower latency, better print messages
stephane [Fri, 1 Feb 2002 10:18:16 +0000 (10:18 +0000)]
Cleanup, test of multiple-stream opening
stephane [Thu, 31 Jan 2002 19:38:16 +0000 (19:38 +0000)]
test from stephane
philburk [Thu, 31 Jan 2002 19:16:05 +0000 (19:16 +0000)]
tweak
stephane [Thu, 31 Jan 2002 19:08:14 +0000 (19:08 +0000)]
test
stephane [Thu, 31 Jan 2002 19:02:56 +0000 (19:02 +0000)]
tweak test
phil [Thu, 31 Jan 2002 04:25:55 +0000 (04:25 +0000)]
Added file for testing CVS
rossb [Thu, 24 Jan 2002 22:42:56 +0000 (22:42 +0000)]
more comment cleanups, removed incorrect synthetic device 0 comment
rossb [Wed, 23 Jan 2002 20:01:11 +0000 (20:01 +0000)]
fixed formatting, typos and grammar in comments
reordered PaTimestamp to put all device info functionality together
phil [Tue, 22 Jan 2002 00:55:40 +0000 (00:55 +0000)]
Removed extra Id
phil [Tue, 22 Jan 2002 00:51:49 +0000 (00:51 +0000)]
Initial revision