Forrest logo
back to the arecord tool

arecord:tldr:3a462

arecord: List all sound cards and digital audio devices.
$ arecord --list-devices
try on your machine

The command arecord --list-devices is used to list the audio input devices available on a computer system.

arecord is a command-line audio recorder and player for Linux systems. It is part of the Advanced Linux Sound Architecture (ALSA) project, which provides audio and MIDI functionality to Linux.

The option --list-devices is used to display a list of available audio devices. When this command is executed, it will output information about each device, including its index number, name, and supported sample formats and rates.

This command is useful for checking the available audio input devices on a system, such as microphones or line inputs, and can be used to determine the device name or index number to specify when recording audio with arecord.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the arecord tool