Advertisement
- Make sure you’ve enabled recording from Capture in Volume Control/GNOME ALSA Mixer.
- Install lame , a MP3 encoder by entering sudo apt-get install lame in Terminal.
- When you are ready to record, paste arecord -f cd -t raw | lame -x – test.mp3 in Terminal and press Enter. It should save a file called test.mp3 in your current directory in Terminal.
- If you want to stop recording, kill the arecord process by typing killall arecord in Terminal and press Enter.
- If you did all this correctly and enabled Capture for recording, you should get a lovely MP3 file.
- If necessary, edit the MP3 file in Audacity to set the volume to the right level and cut out unnecessary data. Install audacity by entering sudo apt-get install audacity in Terminal.
Hopefully it worked for you! If it didn’t, leave a comment and I shall try to assist you.
- Disable IPv6 in Ubuntu/Debian (and speed up your Internet connection?)
- Solutions to Debian/Ubuntu error: NB: root’s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
- Get Crontab Output via Email in Ubuntu/Debian
- Getting a List of Installed Packages in Ubuntu/Debian
- Installing Fonts in Ubuntu/Debian



Its showing an error!
$ arecord -f cd -t raw | lame -x – test.mp3
Recording raw data ‘stdin’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Warning: unsupported audio format
Please help
Hey Dhruv,
Is lame installed? Make sure the dash after lame -x is just a regular dash (in case WordPress autoformatted it or something)