MCPcopy Create free account
hub / github.com/FastLED/FastLED / AudioData

Interface AudioData

src/platforms/wasm/types.d.ts:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65// Audio system types
66export interface AudioData {
67 audioContexts: { [key: string]: AudioContext };
68 audioProcessors: { [key: string]: any };
69 audioSources: { [key: string]: any };
70 audioBuffers: { [key: string]: any };
71 audioSamples: { [key: string]: Int16Array };
72 hasActiveSamples?: boolean;
73}
74
75export interface AudioBufferStorage {
76 audioId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected