Feeding the Audio Graph
1 Comments
Comments are ordered by helpfulness, as indicated by you. Help us pick out the gems and discourage asshattery by voting on notable comments.
Got something to add? You can leave a comment below.
Comments are ordered by helpfulness, as indicated by you. Help us pick out the gems and discourage asshattery by voting on notable comments.
Got something to add? You can leave a comment below.
Tons of great stuff in this article. In trying to follow along I hit a snag:
```
input.connect(node)
```
This line errors because `input` is a queried input selector, but `.connect()` is part of the Audio API and only works on `audio` tags. Is this a mistake?
Also wondering if these examples exist somewhere else on their own so it’s clearer what code is producing the final result.