mediacapture-extensions icon indicating copy to clipboard operation
mediacapture-extensions copied to clipboard

MediaTrackSettings lacks support of channel layout

Open henrikand opened this issue 5 years ago • 4 comments

Current specification supports channelCount

https://rawgit.com/w3c/mediacapture-main/master/getusermedia.html#def-constraint-channelCount

but this is not sufficient when the track contains more than two channels. In those cases, a channelLayout is also required [1].

[1] https://en.wikipedia.org/wiki/Surround_sound

henrikand avatar Jun 11 '19 12:06 henrikand