summaryrefslogtreecommitdiffstats
path: root/audio/wavbreaker/README
diff options
context:
space:
mode:
author Andrew Strong <andrew.david.strong@gmail.com>2022-03-09 07:52:44 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 17:20:46 +0700
commit6966da4b1fc3859cee42231f988d6e7ea640808f (patch)
tree28e3be131a96864695ea8e2654b899dd52697bb3 /audio/wavbreaker/README
parentd235eb3212bb3586580680686d8a14a0f388479f (diff)
downloadslackbuilds-6966da4b1fc3859cee42231f988d6e7ea640808f.tar.gz
slackbuilds-6966da4b1fc3859cee42231f988d6e7ea640808f.tar.xz
audio/wavbreaker: Updated for version 0.13.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/wavbreaker/README')
-rw-r--r--audio/wavbreaker/README15
1 files changed, 5 insertions, 10 deletions
diff --git a/audio/wavbreaker/README b/audio/wavbreaker/README
index 7ea0c83011..0c8cdbacda 100644
--- a/audio/wavbreaker/README
+++ b/audio/wavbreaker/README
@@ -1,11 +1,6 @@
-Wavbreaker is a GTK wave file splitter for Linux and Unix-like operating
-systems licensed under the terms of the GNU General Public License.
+wavbreaker is an open source WAV and MP3 file splitter.
-This application's purpose in life is to take a wave file and break it
-up into multiple wave files. It makes a clean break at the correct
-position to burn the files to an audio cd without any dead air between
-the tracks. It will only read wave files, so use an appropriate tool
-such as SoX to convert other filetypes (e.g., ogg, mp3, etc.) and then
-break them up. Also included is a command line tool, wavmerge, which
-merges wave files together. This tool will only work on files that are
-alike. For example, 44100 khz sample rate, 16-bit sample size, etc.
+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).