remove unessecary change
This commit is contained in:
parent
321a888921
commit
6b2d080afc
2 changed files with 7 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ export const connectToDestination = (input, channels = [0, 1]) => {
|
|||
//This upmix can be removed if correct channel counts are set throughout the app,
|
||||
// and then strudel could theoretically support surround sound audio files
|
||||
const stereoMix = new StereoPannerNode(ctx);
|
||||
input?.connect(stereoMix);
|
||||
input.connect(stereoMix);
|
||||
|
||||
const splitter = new ChannelSplitterNode(ctx, {
|
||||
numberOfOutputs: stereoMix.channelCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue