Convert audio to text.

Synopsis


Description

Transcribes audio files to text using automatic speech recognition (ASR). Supports multiple audio formats and output options.

Arguments


Options


Examples

Basic transcription

Save to file

JSON output

Prompt-guided Granite Speech transcription

Word timestamps

With timestamps

Specify language

Use larger model

Use Voxtral


Output Formats

Text

Plain text transcript:

JSON

Verbose JSON

--word-timestamps requests verbose_json output with a words array when the selected model or forced aligner can provide word timing metadata.

Supported Audio Formats

  • WAV (.wav)
  • MP3 (.mp3)
  • M4A (.m4a)
  • FLAC (.flac)
  • OGG (.ogg)
  • WebM (.webm)

Models


See Also