Whisper STT Node
Configuration
Name | Data | Description |
---|---|---|
initializeModel | bool | Indicates whether the model should be initialized when the node is created. |
useGPU | bool | Specifies whether to utilize GPU acceleration for faster processing. |
Values
This object does not provide any values.
Actions
Name | Parameters | Description |
---|---|---|
transcribe | start: int end: int | Starts speech transcription process. |
loadModel | modelPath: string useGPU: bool | Loads the specified whisper model. |
Events
Name | Data | Description |
---|---|---|
transcription | text: string | Emitted when text is transcribed. |