Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/evt/lib/types/lib.dom.ts>AudioParamDescriptor

💧EventEmitter's typesafe replacement
Latest
interface AudioParamDescriptor
import { type AudioParamDescriptor } from "https://deno.land/x/evt@v2.5.7/lib/types/lib.dom.ts";

Properties

optional
automationRate: AutomationRate
optional
defaultValue: number
optional
maxValue: number
optional
minValue: number
name: string