-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I'm using an USB sound card and I test my microphone and headphone by using sox. All of them works well.
Here's my arecord-l outputs:
pi@raspberrypi:~` $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: Camera [H264 USB Camera], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Audio [USB Audio], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Here's my .asoundrc:
pcm.output {
type hw
card 2
}
ctl.!default {
type hw
card 2
}
When I was using barnard, the headphone was working ,but the microphone does not seem to be working. I could hear other people talking but others could not hear me.
By the way , is this project EOL?
Metadata
Metadata
Assignees
Labels
No labels