Skip to main content
Skip table of contents

Whisper - Transcribe Audio

Overview

This Template 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 Template and can be used in the Fleet YAML Editor.

CODE
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'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.