Rework `AudioProcessor` trait to look like `AudioWorkletProcessor`
orottier opened this issue · 1 comments
orottier commented
Requirements:
- no longer supertrait of
Send
- construct processor on the render thread, not control thread
- preallocate a Box on the control thread, though
- drop unsafe code around DelayNode and DynamicsCompressorNode - no longer needed