summaryrefslogtreecommitdiffstats
path: root/audio/wavbreaker/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wavbreaker/README')
-rw-r--r--audio/wavbreaker/README13
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'.