orottier/web-audio-api-rs

Fix `showcase/mic_playback` example - use Worklet instead of bare AudioNode trait

orottier opened this issue · 0 comments

It currently does not build because it still uses the AudioProcessor trait which we stopped exposing in the public API