Yves wrote:
> pcm.audinp {
>          type file
>          slave.pcm "hw:0,0"
>          file /dev/null
>          infile /home/user/virtualmic.pipe
>          format "raw"
> }
> pcm.!default {
>          type plug
>          slave.pcm "audinp"
> }
>
> virtualmic.pipe is a named pipe.
> I can cat a raw sound file to this named pipe. It seems to work.
> However, using this .asoundrc file, I do not have any audio output
> anymore. This is normal because of the line file /dev/null
> But I need to have the default audio output working.

pcm.!default {
        type asym
        playback.pcm ...
        capture.pcm {
                type plug
                ...
        }
}


Regards,
Clemens

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to