We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5d51a commit 41b104cCopy full SHA for 41b104c
1 file changed
projects/terrorlink-server/public/index.ts
@@ -209,7 +209,7 @@ class Speaker {
209
channel.pannerNode.setPosition(0, 0, 0);
210
channel.pannerNode.setOrientation(0, 0, 0);
211
212
- channel.mediaStreamSource.connect(this.gainNode);
+ channel.mediaStreamSource.connect(channel.pannerNode);
213
channel.gainNode.connect(channel.pannerNode);
214
channel.pannerNode.connect(this.gainNode);
215
0 commit comments