diff --git a/encode.js b/encode.js index 1a585d0..3e1d8dc 100644 --- a/encode.js +++ b/encode.js @@ -701,7 +701,7 @@ startButton.onclick = () => { } sstvFormat.getDuration = function() { - return (this.numScanLines * (this.scanLineLength + this.blankingInterval) + this.syncPulseLength) + 1; + return (this.numScanLines * (this.scanLineLength + this.blankingInterval + this.syncPulseLength * 3); }; let oscillator = audioCtx.createOscillator();