diff options
author | Josiah Boothby <josiahb@gmail.com> | 2011-07-08 17:33:57 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:50:57 -0300 |
commit | ab2766ddbc81b6376c4ab5cae1fef657112a2c51 (patch) | |
tree | 50070c0a3d42fd40b5b1da4864fe3fdc52a26a8f /audio/wavbreaker/README | |
parent | af7a2176fd22acaf77c64927d2f24119e74a56c7 (diff) | |
download | slackbuilds-ab2766ddbc81b6376c4ab5cae1fef657112a2c51.tar.gz |
audio/wavbreaker: Added (wave file splitter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/wavbreaker/README')
-rw-r--r-- | audio/wavbreaker/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/wavbreaker/README b/audio/wavbreaker/README new file mode 100644 index 0000000000..2281289f7a --- /dev/null +++ b/audio/wavbreaker/README @@ -0,0 +1,15 @@ +Wavbreaker is a GTK wave file splitter for Linux and Unix-like operating +systems licensed under the terms of the GNU General Public License. + +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 should compile and work on a stock Slackware system, but +optionally supports PulseAudio (which does not appear to be currently +available on SlackBuilds.org). |