summaryrefslogtreecommitdiff
path: root/debian/patches/45_fix_normalize_example.patch
blob: acd426da85fffa82de138ae7f566d88a8e126b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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