Skip to content

Commit e30ce46

Browse files
Override ChannelMergerOptions ChannelCountMode
1 parent f6b18d2 commit e30ce46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/KristofferStrube.Blazor.WebAudio/Options/ChannelMergerOptions.cs

+3
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ public class ChannelMergerOptions : AudioNodeOptions
1818
/// </remarks>
1919
[JsonPropertyName("numberOfInputs")]
2020
public ulong NumberOfInputs { get; set; } = 6;
21+
22+
/// <inheritdoc/>
23+
public override ChannelCountMode ChannelCountMode { get; set; } = ChannelCountMode.Explicit;
2124
}

0 commit comments

Comments
 (0)