web-audio-api-rs
web-audio-api-rs copied to clipboard
Fix `showcase/mic_playback` example - use Worklet instead of bare AudioNode trait
It currently does not build because it still uses the AudioProcessor trait which we stopped exposing in the public API