Skip to main content
Module

x/evt/mod.ts>dom.PeriodicWave

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.PeriodicWave
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { PeriodicWave } = dom;

PeriodicWave has no inputs or outputs; it is used to define custom oscillators when calling OscillatorNode.setPeriodicWave(). The PeriodicWave itself is created/returned by AudioContext.createPeriodicWave().