Skip to content

Commit 6b23a9f

Browse files
committed
build and update to 3.27 fully!
1 parent bb7d50b commit 6b23a9f

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/synthetizer/worklet_processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ class WorkletSpessaProcessor extends AudioWorkletProcessor
596596
/**
597597
* the audio worklet processing logic
598598
* @param inputs {Float32Array[][]} required by WebAudioAPI
599-
* @param outputs {Float32Array[][]} the outputs to write to, only the first two channels are populated
599+
* @param outputs {Float32Array[][]} the outputs to write to, only the first two channels of each are populated
600600
* @returns {boolean} true unless it's not alive
601601
*/
602602
process(inputs, outputs)

synthetizer/worklet_processor.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)