I have installed the latest version of Raspbian, and I am using a Pi Zero W.
Here's the output from $ arecord -l
Code: Select all
**** List of CAPTURE Hardware Devices ****
card 0: audioinjectorul [audioinjector-ultra], device 0: bcm2835-i2s-cs4265-dai1 cs4265-dai1-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
I am using the following command, which records nothing:
Code: Select all
arecord -D plughw:0,0 -r 192000 -c 2 -f S16_LE -d4 /home/pi/test.wav
Many thanks.