>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> :) _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel