Hello!
I must record and transmit by phone (or computer) a conference, so I use Audacity 2 and Skype 4 on Lubuntu 12.04 with a USB interface connected between the sono and the computer.
I have a problem : I can't use the same device as microphone in Audacity and Skype at the same time. When I use it in one of the two applications, it is hidden in the second.
I think Audacity uses ALSA whereas Skype uses Pulseaudio. I created a .asoundrc file with these lines :
- Code: Select all
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
pcm.skypeout
{
type plug
slave.pcm "dmix"
}
ctl.skypeout
{
type hw
card 0
}
pcm.skypein
{
type plug
slave.pcm "input"
}
ctl.skypein
{
type hw
card 0
}
Is there any way (and how) to use the same microphone device with both Audacity and Skype simultaneously (this work on Windows 7)?
Thank you in advance for your answer!
