Tags extracted from the header of WavPack (WV and WVP) audio files. These files may also contain RIFF, ID3 and/or APE metadata which is also extracted by ExifTool. See https://www.wavpack.com/WavPack5FileFormat.pdf for the WavPack specification.
Index4 Tag Name Writable Values / Notes 6.1 BytesPerSample no [val & 0x3] 6.2 AudioType no [val >> 2 & 0x1]
0 = Stereo
1 = Mono6.3 Compression no [val >> 3 & 0x1]
0 = Lossless
1 = Hybrid6.4 DataFormat no [val >> 7 & 0x1]
0 = Integer
1 = Floating Point6.5 SampleRate no [val >> 23 & 0xf]
0 = 6000
1 = 8000
2 = 9600
3 = 11025
4 = 12000
5 = 160006 = 22050
7 = 24000
8 = 32000
9 = 44100
10 = 48000
11 = 6400012 = 88200
13 = 96000
14 = 192000
15 = Custom