The example about normalizing WAVs is broken since jack will put WAV files
in a sub-directory. Add the -D option so this is not done. SourceForge
#1311567
diff -urN orig/jack.man jack-3.1.1+cvs20050801/jack.man
--- orig/jack.man 2006-02-27 13:33:48.000000000 +0000
+++ jack-3.1.1+cvs20050801/jack.man 2006-02-27 13:34:22.000000000 +0000
@@ -496,7 +496,7 @@
.PP
Editing / normalizing / stripping the WAV files before encoding:
.RS
-jack \-O \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
+jack \-O \-D \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
.RE
Just replace gnoise by the operation you'd like to perform.
.SH PLUG-INS