fix typescript errors and update dependencies

This commit is contained in:
itsrubberduck
2026-02-17 18:13:04 +01:00
parent 25e4f77ca3
commit 4a01593612
14 changed files with 3215 additions and 2544 deletions

View File

@@ -403,7 +403,7 @@ class TremoloEffect implements EffectNode {
const frequency = Math.max(0.0001, this.oscillator.frequency.value)
offset = Math.random() * (1 / frequency)
}
this.oscillator.start(0, offset)
this.oscillator.start(this.context.currentTime + offset)
this.started = true
} catch {
// oscillator already started