Whisper - Transcribe Audio
Overviewβ
This Blueprint takes in an audio file and transcribes it to a text file.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Audio File | WHISPER_FILE | Alphanumeric | β | - | - | Name of audio file that you would like transcribed |
Transcription File Name | WHISPER_DESTINATION_FILE_NAME | Alphanumeric | β | - | - | 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'