Closed diffuse closed 2 years ago
https://github.com/ruuda/hound/blob/02e66effb33683dd6acb92df792683ee46ad6a59/src/write.rs#L124
It appears that the spec for WAVEFORMATEXTENSIBLE provides predefined values for channel masks:
WAVEFORMATEXTENSIBLE
However, the method this library uses to generate channel masks does not match the spec. Is this intentional? If not, I'm happy to do a PR to fix it.
Fixed by #59 in 77e23ef330ad986a309e40c785ea521d3295e548.
https://github.com/ruuda/hound/blob/02e66effb33683dd6acb92df792683ee46ad6a59/src/write.rs#L124
It appears that the spec for
WAVEFORMATEXTENSIBLE
provides predefined values for channel masks:However, the method this library uses to generate channel masks does not match the spec. Is this intentional? If not, I'm happy to do a PR to fix it.