web-audio-api-rs icon indicating copy to clipboard operation
web-audio-api-rs copied to clipboard

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

Open orottier opened this issue 1 year ago • 0 comments

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

orottier avatar Mar 30 '24 06:03 orottier