Closed kuviman closed 7 months ago
Hi @kuviman, thanks for the report.
We literally yesterday fixed a bug where disconnect
would also remove incoming connections (instead of only the outgoing ones): #493
I think your code is also affected by that bug. You could try if source.connect(&panner)
brings back the sound.
The fix is on master already and I intend to release a new version to crates.io later today.
I have just released version v1.0.0-rc.5
which should solve your problem. Please let us know if you still run into issues!
Using PannerNode, the sound is working normally unless i try to disconnect and reconnect the node to something else (or even same thing):