aboutsummaryrefslogtreecommitdiff
path: root/audio/mktoc/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-11-26 16:08:01 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-04 10:09:01 +0700
commit73d1ee882a7f87b5ee32545cc8394ac4279636c1 (patch)
treec8bbe2709c690012e6487f3997ee7d8d0f8647a2 /audio/mktoc/README
parentdd28ef896461a20738deefa11e30834fa87cf0e6 (diff)
downloadslackbuilds-73d1ee882a7f87b5ee32545cc8394ac4279636c1.tar.xz
audio/mktoc: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mktoc/README')
-rw-r--r--audio/mktoc/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mktoc/README b/audio/mktoc/README
index c0075b4bc715..25dd6f818fd9 100644
--- a/audio/mktoc/README
+++ b/audio/mktoc/README
@@ -16,3 +16,7 @@ Features:
* Fuzzy file name logic can correct common file name spelling
variations.
* Workaround known TOC file parsing bugs in cdrdao.
+
+Note: mktoc can't handle .wav files that use floating point samples.
+You can convert such wav files to 16-bit integer samples:
+ $ sox input.wav -b16 output.wav