1WVGAIN(1) WavPack Executable Programs WVGAIN(1)
2
3
4
6 wvgain - adds ReplayGain information to wavpack files
7
9 wvgain [-options] INFILE...
10
12 wvgain perceptually analyzes WavPack audio files for volume, calculates
13 ReplayGain information based on this, and adds the appropriate APEv2
14 tag fields. ReplayGain-enabled players will use this information to
15 produce the same perceived loudness on all tracks. Both individual
16 track and whole album ReplayGain information can be calculated.
17
19 -a
20 album mode (all files scanned are considered an album)
21
22 -c
23 clean ReplayGain values from all files
24
25 -d
26 display calculated values only (no files are modified)
27
28 -i
29 ignore .wvc file (forces hybrid lossy)
30
31 -n
32 new files only (skip files with track info, or album info if album
33 mode specified)
34
35 -q
36 quiet (keep console output to a minimum)
37
38 -s
39 show stored values only (no analysis)
40
41 -v
42 write program version to stdout
43
44 -z[n]
45 don't set (n = 0 or omitted) or set (n = 1) console title to
46 indicate progress (leaves "WvGain Completed")
47
49 wavpack(1), wvunpack(1), wvtag(1)
50
51 Please visit www.wavpack.com for more information
52
54 This manual page was written by Sebastian Dröge <slomo@debian.org> and
55 David Bryant <david@wavpack.com>. Permission is granted to copy,
56 distribute and/or modify this document under the terms of the BSD
57 License.
58
60 Sebastian Dröge <slomo@debian.org>
61 Original author
62
63 David Bryant <david@wavpack.com>
64 Updates
65
67 Copyright © 2005 Sebastian Dröge
68 Copyright © 2017 David Bryant
69
70
71
72WavPack 5.1.0 2017-01-13 WVGAIN(1)