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

Waveform generation only mentions createPeriodicWave #2425

Open rtoy opened 7 years ago

rtoy commented 7 years ago

In https://webaudio.github.io/web-audio-api/#waveform-generation, the first sentence says createPeriodicWave.

Perhaps we should also mention the constructor?

svgeesus commented 4 months ago

So, should we mention the constructor? Or just close this old issue?

mjwilson-google commented 4 months ago

I think this is a sub-issue of #2380, which says that constructors should be the recommended way to create nodes instead of factory methods.