2

How can I correctly change a .asoundrc file to realize a virtual microphone?

I have the follow .asoundrc file, but it doesn't work:

pcm.audinp {
        type file
        slave.pcm front
        file /dev/null
        infile /writable/home/user/virtualmic.pipe
        format "raw"
}

pcm.!default {
        type plug
        slave.pcm "audinp"
}
Andrew Tomazos
  • 66,139
  • 40
  • 186
  • 319
andrey_sz
  • 751
  • 1
  • 13
  • 29
  • This question seems like a dup to me. See my answer to http://stackoverflow.com/questions/4580986/simulate-microphone-virtual-mic – akostadinov Oct 02 '12 at 12:23

0 Answers0