spessasynth_lib 4.3.3 → 4.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -963,7 +963,7 @@ const BLOCK_SIZE = 128;
963
963
  const MAX_QUEUED = ${maxQueuedChunks};
964
964
 
965
965
  /**
966
- * An AudioWorkletProcessor that plays back 18 separate streams of stereo audio: reverb, and chorus and 16 dry channels.
966
+ * An AudioWorkletProcessor that plays back 17 separate streams of stereo audio: effects and 16 dry channels.
967
967
  */
968
968
  class PlaybackProcessor extends AudioWorkletProcessor
969
969
  {