diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:44:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 39078d4020bef5ee1d4c105e610bceaadc754d53 (patch) | |
tree | 2d72d7009968bb9bf21e629d73820e4efacbd02c /audio/flacon | |
parent | f8d56ec5081af4542d417960c117cd5f4007673d (diff) | |
download | slackbuilds-39078d4020bef5ee1d4c105e610bceaadc754d53.tar.gz |
audio/flacon: Fix README.
Diffstat (limited to 'audio/flacon')
-rw-r--r-- | audio/flacon/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/audio/flacon/README b/audio/flacon/README index 607e3863ef..32b86bf161 100644 --- a/audio/flacon/README +++ b/audio/flacon/README @@ -1,21 +1,22 @@ flacon (Audio File Encoder) -Flacon extracts individual tracks from one big audio file containing the entire album -of music and saves them as separate audio files. +Flacon extracts individual tracks from one big audio file containing +the entire album of music and saves them as separate audio files. -To do this, it uses information from the appropriate CUE file. -Besides, Flacon makes it possible to conveniently revise or specify tags both for all -tracks at once or for each tag separately. +To do this, it uses information from the appropriate CUE file. Also, +Flacon makes it possible to conveniently revise or specify tags both +for all tracks at once or for each tag separately. Features: * Supported input formats: WAV, FLAC, APE, WavPack, True Audio (TTA). - * Supported out formats: FLAC, WAV, WavPack, AAC, OGG or MP3. + * Supported output formats: FLAC, WAV, WavPack, AAC, OGG or MP3. * Replay Gain analysis (album-gain and track-gain modes). * Multi-threaded conversion process. * Automatic character set detection for CUE files. - * Generation of the pertrack CUE file in the output dir. + * Generation of the per-track CUE file in the output dir. -Optional dependencie: qt5 +Optional dependency: qt5 - * For build this package with Qt5, please add " -DUSE_QT5=Yes " on cmake options in SlackBuild file. + * To build this package with Qt5, please add " -DUSE_QT5=Yes " to the cmake + options in the SlackBuild file. |