Flacon is a Qt tool used to extract personal tracks from audio CDs, based on the information provided in cue files such as WavPack, APE, FLAC, WAV, or True Audio.
The application provides the output format specific settings: You can set the output quality other than replaygain, compression, etc., whether it is for each album or track.
Flacon Another useful feature is to mark exported track files based on cue files or manually provided information.
The latest version of Flacon 1.2.0 has recently been released, providing QT5 support along with Opus output support. Please note, however, that the official PPA is still using QT4.
Ubuntu and derivative version user installation commands:
The code is as follows:
sudo add-apt-repository Ppa:flacon/ppa
sudo apt-get update
sudo apt-get install Flacon
After the music is extracted, a QT-based audio player Yarock is recommended here:
Yarock is an open-source audio player based on the QT4 and Phonon multimedia framework, written in C + +. It is also a cross-platform software that can be run on Linux, Windows, and MAC systems.
Supports the most popular audio formats (MP3, Ogg Vorbis, FLAC, WMA, MPEG-4 AAC), playback support (M3U, pls and others) and online radio. It can also be used from the terminal, providing a quick use. There is no dependency on the desktop environment, so it can be easily installed.
Ubuntu User installation command:
The code is as follows:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install Yarock
Uninstall Yarock Command:
The code is as follows:
sudo apt-get remove Yarock