Posted in Command Line, Linux Recording Sound in Linux Binny V A March 19, 2007 Leave a Comment on Recording Sound in Linux To record a sound in wav format from Mic, just use this command… arecord -f cd test.wav Use Ctrl+C to stop recording To playback the recording, use this command… aplay test.wav Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.