
arecord
List of commands for arecord:
-
arecord:tldr:28266 arecord: Record a snippet in "CD" quality, with a fixed duration of 10 seconds.$ arecord -vv --format=cd --duration=${10} ${filename-wav}try on your machineexplain this command
-
arecord:tldr:3a462 arecord: List all sound cards and digital audio devices.$ arecord --list-devicestry on your machineexplain this command
-
arecord:tldr:8438a arecord: Allow interactive interface (e.g. use space-bar or enter to play or pause).$ arecord --interactivetry on your machineexplain this command
-
arecord:tldr:f78c4 arecord: Record a snippet in "CD" quality (finish with Ctrl-C when done).$ arecord -vv --format=cd ${filename-wav}try on your machineexplain this command