summaryrefslogtreecommitdiffstats
path: root/audio/mktoc/README
diff options
context:
space:
mode:
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 c0075b4bc7..25dd6f818f 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