Hello Linux Geeksters. As you may know, Audio Recorder is a nice software for recording music to audio files. It is capable of using the system’s card, microphone, and other devices with microphone. As output, it has support for the most popular audio formats, like: OGG, FLAC, MP3 or WAV.
The latest version available is Audio Recorder 1.6.2, which has been recently released, coming with the below changes:
- audio-recorder –reset did not always work because GSettings registry was not flushed immediately.
- I added conf_flush_settings() to dconf.c. This will flush and write the settings to disk at –reset.
In this article I will show you how to install Audio Recorder 1.6.2 on Ubuntu 15.04 Vivid Vervet.
Because it is available via PPA, installing Audio Recorder 1.6.2 on Ubuntu 15.04 is easy. All you have to do is add the ppa to your system, update the local repository index and install the audio-recorder package. Like this:
$ sudo add-apt-repository ppa:osmoma/audio-recorder
$ sudo apt-get update
$ sudo apt-get install audio-recorder
Optional, to remove audio-recorder, do:
$ sudo apt-get remove audio-recorder