Re: [Alsa-user] File plugin: Virtual Microphone causes no audio output
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
[Alsa-user] File plugin: Virtual Microphone causes no audio output
Hello I need to create a "virtual microphone" for some tests of systems using alsa. The application that is tested is only able to use "default" devices. I created this .asoundrc file pcm.audinp { type file slave.pcm "hw:0,0" file /dev/null infile /home/