Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.WebAudio.BaseAudioContext
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { BaseAudioContext } = Protocol.WebAudio;

Protocol object for BaseAudioContext

Properties

contextId: GraphObjectId
contextType: ContextType
contextState: ContextState
optional
realtimeData: ContextRealtimeData
callbackBufferSize: number

Platform-dependent callback buffer size.

maxOutputChannelCount: number

Number of output channels supported by audio hardware in use.

sampleRate: number

Context sample rate.