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.04k stars 165 forks source link

Typing error identified in one of the spec examples #2472

Open guiseek opened 2 years ago

guiseek commented 2 years ago

Describe the issue

The Bitcrusher class is ending with braces and parentheses, like this: }), instead of just braces }. Probably just a typo.

Where Is It In example 16, line 67, use this link to make it easier to find: https://webaudio.github.io/web-audio-api/#AudioWorklet-Examples

Additional Information

It should be enough to validate the problem