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

Fix the typing error identified in AudioWorklet Examples #2576

Closed MeenuyD closed 2 months ago

MeenuyD commented 3 months ago

Describe the issue

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

Fixes Remove the extra parentheses

2472


Preview | Diff