Skip to main content

Whisper - Transcribe Audio

Overview​

This Blueprint takes in an audio file and transcribes it to a text file.

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Audio FileWHISPER_FILEAlphanumericβœ…--Name of audio file that you would like transcribed
Transcription File NameWHISPER_DESTINATION_FILE_NAMEAlphanumericβœ…--Name of text file that will have transcription

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Whisper - Transcribe Audio
inputs:
WHISPER_FILE: null ## REQUIRED
WHISPER_DESTINATION_FILE_NAME: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '0'