Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AudioConfiguration

interface AudioConfiguration {
bitrate?: number;
channels?: string;
contentType: string;
samplerate?: number;
spatialRendering?: boolean;
}

§Properties

§
bitrate?: number
[src]
§
channels?: string
[src]
§
contentType: string
[src]
§
samplerate?: number
[src]
§
spatialRendering?: boolean
[src]