Hi Patrick,

thanks for your answer. I looked at the ALSA docs but I don't understand
what to do . It seems I've got to define a slave PCM where I can copy the audio
data to -- that's ok. But looking at the definition of slave pcms I think I
have to set a hardware pcm as *output* there. But I just want to select the
(copy)device I've copied the audio data to as an *input* device of another
application. Would this be possible somehow?

Regards,
fritz_e

copy pcm definition from alsa-doc

pcm.name {
        type copy               # Copy PCM
        slave STR               # Slave name
        # or
        slave {                 # Slave definition
                pcm STR         # Slave PCM name
                # or
                pcm { }         # Slave PCM definition
        }
}

>> how I can connect ALSA outputs to inputs any other way? I think this
should
>> be no big deal, but up to now I did not find any solution ...
>> 

>There is a plugin called copy in the pcm plugins docs. Have a read.
>
>http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html#pcm_plugins

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to