diff --git a/synth.js b/synth.js index 0a4fda5..8925e3a 100644 --- a/synth.js +++ b/synth.js @@ -14,6 +14,7 @@ class Synth { engine() { this.osc = this.ac.createOscillator(); + this.osc.type = 'sine'; this.oscGain = this.ac.createGain(); this.osc.onended = _ => { this.disconnect();