On Mon, 10 Nov 2003, Ryan Cassidy wrote:

> Many thanks for the info.!
>
> I guess my follow-up question would be this: I want to implement
> non-busy waiting for alsa simultaneous audio playback/capture.  If I
> call the blocking versions of snd_pcm_read/snd_pcm_write in a separate
> process (that I fork off from the main application), will the read/write
> process yield to the main application process during the blocking
> read/write (i.e. will it got to sleep waiting for i/o?)?

Sure. It's the standard unix behaviour.

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to