Test procedure for Audio

Linux Drivers

Release Date
2023-07-22

The audio has been tested with ALSA utils.

Record : Records the audio data into a file.

arecord -Dhw:0,1  -fS24_LE -r 48000 -c 2  -d 30 -t raw <output filename.raw>

Device enumeration:

arecord --device="hw:0,1" --dump-hw-params