>Please someone correct me if I am mistaken.  Can the pcm.tee option in alsa.co
>n
>(/usr/share/alsa/alsa.conf) be setup so that the output of a program that uses
>alsa natively be monitored by connecting to this "tee" ??

well, the "tee" type allows redirection but its only sane to do it to
a file inode that allows (almost) endless non-blocking read/write. there are
almost no such devices in POSIX unless its a regular file. so you
can't really use it for loopback. its intended for instances where you
want the output to go to an audio interface *and* a file.

there is a way to do "loopback" in ALSA these days, but "tee" is not
it. someone will fill in the blanks (or better yet, write/complete a
HOWTO). 

--p

<obJack>
of course, JACK can do loopback, multiplexing, app-2-app and many
other forms of data routing without any effort on the part of your
application ...
</obJack>

:)

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to