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 76a30f9 commit 62b0152Copy full SHA for 62b0152
test/webaudio/audioworklet_params_mixing.c
@@ -33,7 +33,7 @@ bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, Audi
33
}
34
// Interestingly, params varies per browser. Chrome won't have a length > 1
35
// 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:
+ // parameter. The only given for this test is that two params are incoming:
37
assert(numParams == 2);
38
assert(params[0].length == 1 || params[0].length == outSamplesPerChannel);
39
assert(params[1].length == 1 || params[1].length == outSamplesPerChannel);
0 commit comments