WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.05k stars 166 forks source link

Number of output channels for OscillatorNode not specified #2309

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

Describe the issue

This came up on the WebAudio slack channel. The spec doesn't say that the OscillatorNode has a mono output, AFACT. In contrast, the ConstantSourceNode explicitly says the output is mono. We should add a sentence to the OscillatorNode to say the output is always mono, like for the ConstantSourceNode.

This is a minor editorial update; all browsers I know of produce a mono output.

rtoy commented 3 years ago

Teleconf: Yes, we should add a sentence for that.