WavPack Tags

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.

Index4Tag Name WritableValues / Notes
6.1 BytesPerSample no [val & 0x3]
6.2 AudioType no [val >> 2 & 0x1]
0 = Stereo
1 = Mono
6.3 Compression no [val >> 3 & 0x1]
0 = Lossless
1 = Hybrid
6.4 DataFormat no [val >> 7 & 0x1]
0 = Integer
1 = Floating Point
6.5 SampleRate no [val >> 23 & 0xf]
0 = 6000
1 = 8000
2 = 9600
3 = 11025
4 = 12000
5 = 16000
   6 = 22050
7 = 24000
8 = 32000
9 = 44100
10 = 48000
11 = 64000
   12 = 88200
13 = 96000
14 = 192000
15 = Custom

(This document generated automatically by Image::ExifTool::BuildTagLookup)
Last revised Sep 25, 2025

<-- ExifTool Tag Names