Options (6)
booleanRecord a snippet in "CD" quality (finish with `<Ctrl c>` when done)
Example:
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{path/to/file.wav}}-f, --formatbooleanRecord a snippet in "CD" quality (finish with `<Ctrl c>` when done)
Example:
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{path/to/file.wav}}-d, --durationbooleanRecord a snippet in "CD" quality, with a fixed duration of 10 seconds
Example:
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-d|--duration]}} {{10}} {{path/to/file.wav}}-t, --file-typebooleanRecord a snippet and save it as an MP3 (finish with `<Ctrl c>` when done)
Example:
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-t|--file-type]}} raw | lame -r - {{path/to/file.mp3}}-l, --list-devicesbooleanList all sound cards and digital audio devices
Example:
arecord {{[-l|--list-devices]}}-i, --interactivebooleanAllow interactive interface (e.g. use `<Space>` or `<Enter>` to play or pause)
Example:
arecord {{[-i|--interactive]}}Examples (6)
Record a snippet in "CD" quality (finish with `<Ctrl c>` when done)
Record a snippet in "CD" quality, with a fixed duration of 10 seconds
Record a snippet and save it as an MP3 (finish with `<Ctrl c>` when done)
List all sound cards and digital audio devices
arecord [-l|--list-devices]Allow interactive interface (e.g. use `<Space>` or `<Enter>` to play or pause)
arecord [-i|--interactive]made by @shridhargupta | data from tldr-pages