A lightweight, zero-dependency audio synthesis documentation dashboard.
// Simple structural usage example
document.querySelector('#action-button').addEventListener('click', () => {
SonicFX.click(); // Fires mechanical micro-transient tone
runProcess().then(() => {
SonicFX.success(); // Fires rapid dual-pitch rising completion chord
}).catch(() => {
SonicFX.error(); // Fires descending fallback error notice
});
});