Extremely Popular
Go to Latest
interface puppeteer.WebAudio.ContextRealtimeData
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { ContextRealtimeData } = puppeteer.WebAudio;

Fields in AudioContext that change in real-time.

Properties

currentTime: number

The current context time in second in BaseAudioContext.

renderCapacity: number

The time spent on rendering graph divided by render quantum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur.

callbackIntervalMean: number

A running mean of callback interval.

callbackIntervalVariance: number

A running variance of callback interval.