AudioIO.jl
AudioIO.jl copied to clipboard
Fix the `MutableNode` example to be `AudioRenderer`-based
The changes made to the way AudioNode
s are build broke this example. I've rewritten it to use the new AudioRenderer
based strategy instead.