orottier/web-audio-api-rs

Rewrite audio nodes to use proper message passing instead of atomics

orottier opened this issue · 2 comments

Continuation from the initial work of #311 , these nodes still need changes:

  • BiquadFilterNode
  • ConvolverNode
  • PannerNode
  • WaveShaperNode

For further consideration

  • also rewrite the ChannelConfig to use message passing
b-ma commented

Actually about #329, I think I will just remove the new LoopControl struct as there is finally no Arc, anything on your sides against that?

Fixed with #337