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.06k stars 168 forks source link

Make equation in waveform generation easier to read #2299

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

Describe the issue

The equation for waveform generation is hard to read because the first set of brackets within the summation is small.

Where Is It

See https://webaudio.github.io/web-audio-api/#waveform-generation

Additional Information

It would be better if had large parens, like in the equation in https://webaudio.github.io/web-audio-api/#waveform-normalization which is basically the same equation.

rtoy commented 3 years ago

Using left( to have a larger open paren doesn't really make it any larger since the equation itself isn't very tall. Just leave it.