You are not logged in.
Pages: 1
I plug my mic in at the back of my PC in the mic slot, then I unmute and up the Rear Mic slider in alsamixer. But when I talk in the mic, the audio routes to my speakers so I hear myself. I need to route it to... well, the mic, or something. So that people can hear me in mumble and so I can record my mic.
I use ALSA and JACK, this is my .asoundrc if it matters:
# override default
pcm.!default {
type plug
slave {
pcm "rjack"
}
}
# ALSA-to-JACK bridge
pcm.jack {
type plug
slave {
pcm "rjack"
}
hint {
description "JACK bridge"
}
}
pcm.rjack {
type jack
playback_ports {
0 "system:playback_1"
1 "system:playback_2"
}
capture_ports {
0 "system:capture_1"
1 "system:capture_2"
}
}Last edited by raggerv8 (2014-10-29 10:44:44)
Offline
SOLVED via this topic https://bbs.archlinux.org/viewtopic.php?id=75729
I messed around with
alsamixer -c 1 -V alland got it to work.
Offline
Pages: 1