working
This commit is contained in:
parent
2fbdc9fdd7
commit
2511dcc09e
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ function connectToOrbit(node, orbit) {
|
|||
function setOrbit(audioContext, orbit, channels) {
|
||||
if (orbits[orbit] == null) {
|
||||
orbits[orbit] = {
|
||||
gain: new GainNode(audioContext, { gain: 1 }),
|
||||
gain: new GainNode(audioContext, { gain: 1, channelCount: 2, channelCountMode: 'explicit' }),
|
||||
};
|
||||
connectToDestination(orbits[orbit].gain, channels);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue