Re: [whatwg] Feature Request for the-video-element to support audiochannel descriptions

2013-07-16 Thread Silvia Pfeiffer
Note that Mozilla have introduced .mozChannels for this: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement . The Web Audio API have created what is called an AudioNode, which includes the number of channels: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#Audi

Re: [whatwg] Feature Request for the-video-element to support audiochannel descriptions

2013-07-16 Thread Ian Hickson
On Wed, 23 Jan 2013, Christian Horn wrote: > > Hello to everybody, unknowingly, > > It would be nice to see audioTrack.channels added to the-video-element > for media resources with multiple media tracks. > > It should return the number of channels in the audio track (1 = mono, 2 > = stereo, 6

[whatwg] Feature Request for the-video-element to support audiochannel descriptions

2013-01-23 Thread Christian Horn
Hello to everybody, unknowingly, It would be nice to see audioTrack.channels added to the-video-element for media resources with multiple media tracks. [1] It should return the number of channels in the audio track (1 = mono, 2 = stereo, 6 = surround, etc). A use case can be: A user has an enc