arecordGrabadora de sonido para el controlador de tarjeta de sonido ALSA. Más información: https://manned.org/arecord.
<Ctrl c> cuando termines):arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{ruta/al/archivo.wav}}
arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-d|--duration]}} {{10}} {{ruta/al/archivo.wav}}
<Ctrl c> cuando termines):arecord {{[-vv|--verbose --verbose]}} {{[-f|--format]}} cd {{[-t|--file-type]}} raw | lame -r - {{ruta/al/archivo.mp3}}
arecord {{[-l|--list-devices]}}
<Space> o <Enter> para reproducir o pausar):arecord {{[-i|--interactive]}}
arecord {{[-d|--duration]}} 5 test-mic.wav && aplay test-mic.wav && rm test-mic.wav