Appearance
function Dsp.create(): Dsp;
Creates a new Dsp instance.
Dsp
import { Dsp } from "@monstermann/dsp"; const dsp = Dsp.create();