You are not logged in.

#1 2014-10-26 11:09:27

raggerv8
Member
From: Sweden
Registered: 2010-07-01
Posts: 117
Website

[SOLVED] Mic routes to speakers

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)


Brottweiler at #archlinux

Use IRC and Mumble for online communication!

Offline

#2 2014-10-29 10:44:34

raggerv8
Member
From: Sweden
Registered: 2010-07-01
Posts: 117
Website

Re: [SOLVED] Mic routes to speakers

SOLVED via this topic https://bbs.archlinux.org/viewtopic.php?id=75729
I messed around with

alsamixer -c 1 -V all

and got it to work.


Brottweiler at #archlinux

Use IRC and Mumble for online communication!

Offline

Board footer

Powered by FluxBB