Skip to content

Commit f1a8371

Browse files
authored
Merge pull request #456 from software-mansion/fix/oscillator-node-channel-count
fix: number of channelCount
2 parents 42c2533 + 22f9a4e commit f1a8371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/audiodocs/docs/sources/oscillator-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Similar to all of `AudioScheduledSourceNodes`, it can be started only once. If y
1212

1313
#### [`AudioNode`](/core/audio-node#read-only-properties) properties
1414

15-
<AudioNodePropsTable numberOfInputs={0} numberOfOutputs={1} channelCount={"defined by associated buffer"} channelCountMode={"max"} channelInterpretation={"speakers"} />
15+
<AudioNodePropsTable numberOfInputs={0} numberOfOutputs={1} channelCount={2} channelCountMode={"max"} channelInterpretation={"speakers"} />
1616

1717
## Constructor
1818

0 commit comments

Comments
 (0)