diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:19:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:07 +0700 |
commit | 045f75bcc435f126c81285800fe9a52a2b49697a (patch) | |
tree | 8d963851b1c1844d83d333e1eb4e10d04d983084 /libraries/libmp3splt | |
parent | acc8f8c69f86fdf1dbcefbd3bd811fa7cb618fac (diff) |
libraries/libmp3splt: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libmp3splt')
-rw-r--r-- | libraries/libmp3splt/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libraries/libmp3splt/README b/libraries/libmp3splt/README index 6505f70f0884..e70ccd1d69eb 100644 --- a/libraries/libmp3splt/README +++ b/libraries/libmp3splt/README @@ -1,15 +1,16 @@ libmp3splt (library from the mp3splt project) -Mp3Splt-project is a utility to split mp3 and ogg files selecting a begin -and an end time position, without decoding. It's very useful to split -large mp3/ogg to make smaller files or to split entire albums to obtain -original tracks. If you want to split an album, you can select split -points and filenames manually or you can get them automatically from CDDB -(internet or a local file) or from .cue files. Supports also automatic -silence split, that can be used also to adjust cddb/cue splitpoints. You -can extract tracks from Mp3Wrap or AlbumWrap files in few seconds. +The mp3splt project is a utility to split mp3 and ogg files, selecting +a begin and an end time position, without decoding. It's very useful +to split large mp3/ogg to make smaller files or to split entire +albums to obtain original tracks. If you want to split an album, +you can select split points and filenames manually or you can get +them automatically from CDDB (internet or a local file) or from .cue +files. Supports also automatic silence split, that can be used also +to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or +AlbumWrap files in few seconds. -Mp3splt-project is divided in 3 parts (all available from SlackBuilds.org): +The mp3splt project is divided into 3 parts (all available from SBo): - libmp3splt, a library (created from mp3splt version 2.1c) - mp3splt, a command line program - mp3splt-gtk, a gtk2 gui |