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

Class

src/audio_decoder.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * Corresponds to the WebCodecs AudioDecoder API.
22 */
23export class AudioDecoderPolyfill extends EventTarget {
24 private init: AudioDecoderInit;
25 private codecContext: CodecContext | null = null;
26 private mutex = new AsyncMutex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected