NorskTransform.audioTranscribeWhisper() method
Create a Media Node performing transcription into subtitles using the Whisper speech recognition model via the whisper-cpp SDK.
For reference on general concepts https://github.com/ggerganov/whisper.cpp - many settings are directly settings on the underlying library and can be evaluted via the CLI tool there also.
Signature:
audioTranscribeWhisper(settings: AudioTranscribeWhisperSettings): Promise<AudioTranscribeWhisperNode>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Settings and credentials for Whisper transcribe |
Returns:
Promise<AudioTranscribeWhisperNode>
Find Examples
Search for examples using audioTranscribeWhisper in our examples repo.