mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-30 05:29:53 -04:00
remove unessecary change
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user