Sound recorder for ALSA soundcard driver. More information: https://manned.org/arecord.
<Ctrl c> when done):arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{path/to/file.wav}}
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-d|--duration]}} {{10}} {{path/to/file.wav}}
<Ctrl c> when done):arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-t|--file-type]}} raw | lame -r - {{path/to/file.mp3}}
arecord {{[-l|--list-devices]}}
<Space> or <Enter> to play or pause):arecord {{[-i|--interactive]}}
arecord {{[-d|--duration]}} 5 test-mic.wav && aplay test-mic.wav && rm test-mic.wav