You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an audio element and connecting it to a panner node it is not connected and continues to play though the context destination unaffected by other nodes in the graph.
Repro: node . -x none https://alpine-cup.glitch.me/ - its routing through a gain node that should make the volume really low but it plays at max volume.
Interestingly if an audiobuffer is used instead of an audio element ( this is not advised ) the panner node is connected ok:
Kinda Working Repro: node . -x none https://alpine-cup.glitch.me/?buffer=1
The text was updated successfully, but these errors were encountered:
When creating an audio element and connecting it to a panner node it is not connected and continues to play though the context destination unaffected by other nodes in the graph.
Repro:
node . -x none https://alpine-cup.glitch.me/
- its routing through a gain node that should make the volume really low but it plays at max volume.Interestingly if an audiobuffer is used instead of an audio element ( this is not advised ) the panner node is connected ok:
Kinda Working Repro:
node . -x none https://alpine-cup.glitch.me/?buffer=1
The text was updated successfully, but these errors were encountered: