I'm sending some metadata to an external component whose job is to play PCM WAV files streamed over the network. The metadata consists of the following fields:
- Samples per sec
- Bits per sample
- Channels
- Extra info size
How would you call this metadata? Is "WAV parameter set" a good name?