MCPcopy Create free account
hub / github.com/dashnowords/imfe / Example

Interface Example

chapter30/public/speechCommands/lib/speechcommand/types.d.ts:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 sampleRateHz: number;
117}
118export interface Example {
119 label: string;
120 spectrogram: SpectrogramData;
121 rawAudio?: RawAudioData;
122}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected