Transcribe the given file(s) using on-device or cloud transcription
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"}.
--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.
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