Learn R Programming

whisper (version 0.1.0)

transcribe_long: Transcribe Long Audio

Description

Process audio longer than 30 seconds in chunks.

Usage

transcribe_long(
  file,
  model,
  tokenizer,
  config,
  language,
  task,
  device,
  dtype,
  verbose
)

Value

Combined transcription result

Arguments

file

Audio file

model

WhisperModel

tokenizer

Tokenizer

config

Model config

language

Language

task

Task

device

Device

dtype

Dtype

verbose

Verbose