I want to write audio data that follows the correct subformat of a WAVEFORMATEXTENSIBLE object. Microsoft provides a list near the bottom of this article:
I can not find documentation on the subtypes. If I find KSDATAFORMAT_SUBTYPE_IEEE_FLOAT, what are the ranges of the floats?
KSDATAFORMAT_SUBTYPE_DRM? How do I deal with the drm?
KSDATAFORMAT_SUBTYPE_ALAW? What is ALAW even?