Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 791 Bytes

File metadata and controls

26 lines (18 loc) · 791 Bytes

transcribe

Transcribe the given file(s) using on-device or cloud transcription

Usage

speechly transcribe [flags]

To transcribe multiple files, create a JSON Lines file with each audio on their own line using the format {"audio":"/path/to/file"}.

Flags

  • --app -a (string) - Application ID to use for cloud transcription
  • --help -h (bool) - help for transcribe
  • --model -m (string) - Model bundle file. This feature is available on Enterprise plans (https://speechly.com/pricing)
  • --streaming (bool) - Use the Streaming API instead of the Batch API.

Examples

speechly transcribe file.wav --app <app_id>
speechly transcribe files.jsonl --app <app_id> > output.jsonl
speechly transcribe files.jsonl --model /path/to/model/bundle