Code: Select all
pi@leftEye:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
But when I try to record a test sound, it gives an error:
Code: Select all
pi@leftEye:~ $ arecord test.wav
arecord: main:788: audio open error: No such file or directory
pi@leftEye:~ $ sudo arecord test.wav
arecord: main:788: audio open error: No such file or directory
What are the steps to troubleshooting this issue? Does anyone have a suggestion for a guide to using USB audio devices just so I can learn the basics (i.e., where the config files are, what the typical configurations look like, how to access the device using python, etc.)? I tried using the googles, but nothing seemed particularly helpful in terms of a broad overview of the subject, it was mostly just other people troubleshooting particular problems that are different from my own problems.