diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-03-03 07:43:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:27 +0700 |
commit | af81e5b15874805dd00457016c03f426e7dd98b9 (patch) | |
tree | ebcc54facd7e842bac8575da856ef1e38d9e0f10 /audio/wavbreaker/README | |
parent | 204a86d9f7689e407aac89a3ec5d9c0d863b263d (diff) |
audio/wavbreaker: Updated for version 0.16.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/wavbreaker/README')
-rw-r--r-- | audio/wavbreaker/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/wavbreaker/README b/audio/wavbreaker/README index 0c8cdbacda..c5ab271717 100644 --- a/audio/wavbreaker/README +++ b/audio/wavbreaker/README @@ -1,6 +1,9 @@ -wavbreaker is an open source WAV and MP3 file splitter. +wavbreaker is an open source WAV, MP2 and MP3 file splitter. -wavbreaker is a GTK gui application which takes WAV or MP3 files and -breaks them up into multiple sections. For MP3 manipulation wavbreaker -uses libmpg123. It also has command line tools which will merge WAV -files (wavmerge) and display format information for WAV files (wavinfo). +It is a GTK3 gui application which takes WAV, MP2 and MP3 files and +breaks them up into multiple sections. For MP2 and MP3 manipulation +wavbreaker uses libmpg123. + +There is also a command line tool: 'wavcli' which has absorbed the +functions of tools seen in previous releases of wavbreaker: 'wavinfo', +'wavmerge' and 'wavgen'. Usage can be seen by running: 'wavecli --help'. |