]> Repos - portaudio/log
portaudio
24 years agoFixed the nonblocking open - now it tries to open each device in
dmazzoni [Tue, 19 Feb 2002 08:24:21 +0000 (08:24 +0000)]
Fixed the nonblocking open - now it tries to open each device in
nonblocking mode, and if that succeeds, closes it and opens it
again in blocking mode - and added a new Pa_StreamTime
implementation that uses SNDCTL_DSP_GET[I/O]PTR.

24 years agoAdded O_NONBLOCK to all open() calls, so that PortAudio
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.

24 years agonotes on CoreAudio implementation
phil [Thu, 7 Feb 2002 18:15:27 +0000 (18:15 +0000)]
notes on CoreAudio implementation

24 years agoMods made with Darren Gibbs.
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).

24 years agoadd fflush(stdout) so we can see progress
phil [Thu, 7 Feb 2002 17:57:44 +0000 (17:57 +0000)]
add fflush(stdout) so we can see progress

24 years agotry lower latency, better print messages
phil [Thu, 7 Feb 2002 17:54:56 +0000 (17:54 +0000)]
try lower latency, better print messages

24 years agoCleanup, test of multiple-stream opening
stephane [Fri, 1 Feb 2002 10:18:16 +0000 (10:18 +0000)]
Cleanup, test of multiple-stream opening

24 years agotest from stephane
stephane [Thu, 31 Jan 2002 19:38:16 +0000 (19:38 +0000)]
test from stephane

24 years agotweak
philburk [Thu, 31 Jan 2002 19:16:05 +0000 (19:16 +0000)]
tweak

24 years agotest
stephane [Thu, 31 Jan 2002 19:08:14 +0000 (19:08 +0000)]
test

24 years agotweak test
stephane [Thu, 31 Jan 2002 19:02:56 +0000 (19:02 +0000)]
tweak test

24 years agoAdded file for testing CVS
phil [Thu, 31 Jan 2002 04:25:55 +0000 (04:25 +0000)]
Added file for testing CVS

24 years agomore comment cleanups, removed incorrect synthetic device 0 comment
rossb [Thu, 24 Jan 2002 22:42:56 +0000 (22:42 +0000)]
more comment cleanups, removed incorrect synthetic device 0 comment

24 years agofixed formatting, typos and grammar in comments
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

24 years agoRemoved extra Id
phil [Tue, 22 Jan 2002 00:55:40 +0000 (00:55 +0000)]
Removed extra Id

24 years agoInitial revision
phil [Tue, 22 Jan 2002 00:51:49 +0000 (00:51 +0000)]
Initial revision