Gentoo Archives: gentoo-user

From: Ivan <ivan.kazbanov@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Mic on Skype
Date: Sat, 31 Jul 2010 12:12:27
Message-Id: 20100731141133.6bc2d0d1@ian
1 Hello list!
2
3 I have a problem with my microphone on Skype. In general the mic works.
4 I can record using `arecord -c2 > test.wav'. It also records if I type
5 arecord without -c2 option but the sound is *very* low. And the same
6 thing occurs when I try to make a Skype test call.
7
8 To my mind I should swap the left and the right channels of my mic.
9 I've tried to do this by adding these lines to my .asoundrc:
10
11 pcm.skype {
12 type route
13 slave.pcm "hw:0,0"
14 ttable.0.1 1
15 ttable.1.0 1
16 }
17
18 But it doesn't work.
19
20 My configuration:
21 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
22 Build-in microphone
23 Advanced Linux Sound Architecture Driver Version 1.0.22.1.
24 Linux 2.6.34-gentoo-r2
25
26 Thanks for any suggestions.
27 --
28 Best,
29 Ivan

Replies

Subject Author
[gentoo-user] Re: Mic on Skype Nikos Chantziaras <realnc@×××××.de>