Gentoo Archives: gentoo-user

From: Ezequiel Garcia <elezegarcia@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Can't get any microphone to work
Date: Fri, 15 Jun 2012 14:03:13
Message-Id: CALF0-+XNhWKcJb1xGcaLHczQBuZD_6WzuqeJdoNGRPNChczE=A@mail.gmail.com
In Reply to: [gentoo-user] Re: Can't get any microphone to work by Ezequiel Garcia
1 >
2 > Hi again!
3 >
4 >
5 > I don't have pulseaudio and my device doesn't appear as a separate device.
6 >
7 > What I really can't get is why arecord -L shows me info about speakers
8 > when it's supposed
9 > to show only capture devices.
10 >
11 > Also, could someone please give me an example of arecord
12 > usage to capture from a (non-default) device named 2,0 in vlc.
13 > (I *did* read the man page but it's still a bit unclear)
14 >
15
16 arecord -D hw:1,0 -f S16_LE -c2 -r48000 | aplay
17
18 :-)