Skip to main content

Whisper STT Node

Configuration

NameDataDescription
initializeModelboolIndicates whether the model should be initialized when the node is created.
useGPUboolSpecifies whether to utilize GPU acceleration for faster processing.

Values

This object does not provide any values.

Actions

NameParametersDescription
transcribestart: int
end: int
Starts speech transcription process.
loadModelmodelPath: string
useGPU: bool
Loads the specified whisper model.

Events

NameDataDescription
transcriptiontext: stringEmitted when text is transcribed.