We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ebcd9 commit 495d59cCopy full SHA for 495d59c
src/node/channel_splitter.rs
@@ -29,12 +29,12 @@ pub(crate) fn assert_valid_number_of_channels(number_of_channels: usize) {
29
);
30
}
31
32
-/// Assert that the channel count is valid for the ChannelMergerNode
+/// Assert that the channel count is valid for the ChannelSplitterNode
33
/// see <https://webaudio.github.io/web-audio-api/#audionode-channelcount-constraints>
34
///
35
/// # Panics
36
37
-/// This function panics if given count is greater than 2
+/// This function panics if given count is not equal to number of outputs
38
39
#[track_caller]
40
#[inline(always)]
0 commit comments