Skip to main content
Module

x/evt/lib/types/index.ts>dom.AudioBufferSourceOptions

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.AudioBufferSourceOptions
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { AudioBufferSourceOptions } = dom;

Properties

optional
buffer: AudioBuffer | null
optional
detune: number
optional
loop: boolean
optional
loopEnd: number
optional
loopStart: number
optional
playbackRate: number