Skip to content

wasapi2: Implement default audio channel mask

Some capture devices might not provide channel mask value which will result in capturing failure because of unknown channel mask in case that device generates more than 2 channels. Although it might not be correct, we can assume channel mask with the given number of channels.

Merge request reports