[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ContextRealtimeData](./puppeteer.protocol.webaudio.contextrealtimedata.md) ## Protocol.WebAudio.ContextRealtimeData interface Fields in AudioContext that change in real-time. Signature: ```typescript export interface ContextRealtimeData ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [callbackIntervalMean](./puppeteer.protocol.webaudio.contextrealtimedata.callbackintervalmean.md) | number | A running mean of callback interval. | | [callbackIntervalVariance](./puppeteer.protocol.webaudio.contextrealtimedata.callbackintervalvariance.md) | number | A running variance of callback interval. | | [currentTime](./puppeteer.protocol.webaudio.contextrealtimedata.currenttime.md) | number | The current context time in second in BaseAudioContext. | | [renderCapacity](./puppeteer.protocol.webaudio.contextrealtimedata.rendercapacity.md) | number | The time spent on rendering graph divided by render qunatum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur. |