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

AudioTranscribeWhisperSettings

Settings and credentials for Whisper transcribe

Returns:

Find Examples