diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-11 01:30:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 01:30:28 +0700 |
commit | 0cd5a3b4113fbb8bfff3c283b2a412d90dd8ca27 (patch) | |
tree | 41ef46e6b80a467a40a8e69e6554a1404d2d0cf2 /audio/flacon/README | |
parent | c7a72f2d002afdc92be088476d828e52f7bcb656 (diff) | |
download | slackbuilds-0cd5a3b4113fbb8bfff3c283b2a412d90dd8ca27.tar.gz |
audio/flacon: Added (Audio File Encoder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/flacon/README')
-rw-r--r-- | audio/flacon/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/flacon/README b/audio/flacon/README new file mode 100644 index 0000000000..607e3863ef --- /dev/null +++ b/audio/flacon/README @@ -0,0 +1,21 @@ +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. + +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. + +Features: + + * Supported input formats: WAV, FLAC, APE, WavPack, True Audio (TTA). + * Supported out 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. + +Optional dependencie: qt5 + + * For build this package with Qt5, please add " -DUSE_QT5=Yes " on cmake options in SlackBuild file. |