Skip to content

Commit 1338ff8

Browse files
committed
Minor docs
1 parent 22c23e2 commit 1338ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_params_mixing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, Audi
3333
}
3434
// Interestingly, params varies per browser. Chrome won't have a length > 1
3535
// unless the value changes, and FF has all 128 entries even for a k-rate
36-
// parameter. The only given is that two params are incoming:
36+
// parameter. The only given for this test is that two params are incoming:
3737
assert(numParams == 2);
3838
assert(params[0].length == 1 || params[0].length == outSamplesPerChannel);
3939
assert(params[1].length == 1 || params[1].length == outSamplesPerChannel);

0 commit comments

Comments
 (0)