The Whisper node transcribes the audio track of a media file into text using a Whisper speech-to-text model. The transcript is stored as a first-class component so it can be searched and summarized.
Kind |
|
Applies to |
Video, Audio |
Inputs |
None |
Output keys |
|
Requirements |
A Whisper runtime (whisper.cpp or compatible) and a model file. CPU works; a GPU accelerates transcription and is enabled via options. Storage for the model file. |
Persists to |
|
Configuration
WhisperOptions:
| Option | Meaning |
|---|---|
|
Path to the Whisper model file |
|
Source language (or auto-detect) |
|
Enable GPU acceleration and select the device |
|
Decoding temperature and fallback increment |
Use Cases
-
Subtitles & captions — generate transcripts for video and audio assets.
-
Transcript search — power the chat’s
search_transcripttool and the transcript-summarizer skill. -
Downstream enrichment — feed transcripts to LLM classification or summarization.