No sound in Chrome after loading. Solution: Modern browsers require a user gesture (click, keypress) to start AudioContext. Call Sonant.resumeAudioContext() inside a button handler.

Load and play:

const instrument = Sonant.generateInstrument( waveform: "square", attack: 0.01, decay: 0.1, sustain: 0.5, release: 0.2, frequency: 440 ); playNote(instrument, "C4");

This grading explains alternations like Greek patēr (full vowel) vs. Sanskrit pitṛ́ (syllabic resonant as sonant 3).

const pad = Sonant.loadInstrument("warm_pad.json"); pad.playNote("E3", 1.5);