@ryohey/wavelet
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -11,3 +11,3 @@ import { SynthProcessorCore } from "../processor/SynthProcessorCore"; | ||
const songLengthSec = getSongLength(events); | ||
const bufSize = 500; | ||
const bufSize = 128; | ||
const iterCount = Math.ceil(songLengthSec / bufSize); | ||
@@ -14,0 +14,0 @@ const audioBufferSize = iterCount * bufSize; |
@@ -744,3 +744,3 @@ (function () { | ||
const songLengthSec = getSongLength(events); | ||
const bufSize = 500; | ||
const bufSize = 128; | ||
const iterCount = Math.ceil(songLengthSec / bufSize); | ||
@@ -747,0 +747,0 @@ const audioBufferSize = iterCount * bufSize; |
{ | ||
"name": "@ryohey/wavelet", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A wavetable synthesizer that never stops the UI thread created by AudioWorklet.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -29,3 +29,3 @@ import { AudioData, LoadSampleEvent, SynthEvent } from ".." | ||
const songLengthSec = getSongLength(events) | ||
const bufSize = 500 | ||
const bufSize = 128 | ||
const iterCount = Math.ceil(songLengthSec / bufSize) | ||
@@ -32,0 +32,0 @@ const audioBufferSize = iterCount * bufSize |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package