Audio-recorder is a handy tool allows to record your favorite music and audio to file. It supports for recording devices, such as microphone, webcam, audio card, music/movie players, Skype calls, browsers, etc.
With the Gstreamer plugins, the recorder supports output formats: OGG, Flac, MP3, AAC, and WAV.
Audio-recorder provides an advanced timer that can:
- Start, stop or pause recording at a given clock time.
- Start, stop or pause after a time period.
- Stop when the recorded file size exceeds a limit.
- Start recording on voice or sound (user can set the audio threshold).
- Stop or pause recording on “silence” (user can set the audio threshold and delay).
The recording can be automatically controlled by MPRIS2-compatible media players. It can also record all your Skype calls without any user interaction.
Install Audio Recorder in Ubuntu:
This amazing software has been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04. Old versions available from Ubuntu 10.10 to Ubuntu 13.10.
Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to add the PPA, update package lists, and install the recorder:
sudo add-apt-repository ppa:osmoma/audio-recorder sudo apt-get update sudo apt-get install audio-recorder
If you don’t want to add the PPA, you can grab the .deb package from Launchpad Page and click open it with Ubuntu Software Center and finally install the program.
For more output audio formats support, install gstreamer plugins (ubuntu 14.04 & higher):
sudo apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer0.10-fluendo-mp3
New PPA for newer versions of Ubuntu:
https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa