spessasynth_lib 4.0.1 → 4.0.2

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
@@ -1529,6 +1529,7 @@ function renderAudioWorker(sampleRate, options) {
1529
1529
  index,
1530
1530
  sampleDuration - index
1531
1531
  );
1532
+ this.startAudioLoop();
1532
1533
  return returnedChunks;
1533
1534
  }
1534
1535
  rendererSeq.processTick();