MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill /

Class

src/audio_data.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 * Corresponds to the WebCodecs AudioData API.
38 */
39export class AudioDataPolyfill {
40 /** @internal */
41 _data: Uint8Array<ArrayBuffer> | Frame | null = null;
42 private closed: boolean = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected