Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ initialize
Method
initialize
src/platforms/wasm/compiler/types.d.ts:202–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
*/
201
interface
AudioProcessor {
202
initialize(): Promise<void>;
203
process(audioData: AudioData): void;
204
cleanup(): void;
205
[key: string]: any;
Callers
15
begin
Method · 0.65
initializeWorkerMode
Method · 0.65
createAudioComponents
Method · 0.65
ensureBusInitialized
Method · 0.65
beginTransmission
Method · 0.65
EspWrapper
Class · 0.65
beginTransmission
Method · 0.65
I2sLcdCamPeripheralSingletonWrapper
Class · 0.65
initialize
Method · 0.65
initializeSpi
Method · 0.65
beginTransmission
Method · 0.65
beginTransmission
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected