vocametrix_transcribe_audio
Transcribe audio files via Azure Speech-to-Text with real-time streaming progress. Returns word-level timing and a final transcript, supporting multiple languages.
Instructions
Transcribe an audio file using Azure Speech-to-Text with streaming progress. Returns a transcriptionId and streams progress events via SSE until completion. Returns the final transcript and word-level timing. For long recordings, poll the progress events — transcription may take 30–120 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioPath | Yes | Absolute path to a WAV audio file on the local filesystem | |
| speakerLocale | No | BCP-47 locale code, e.g. "en-US", "fr-FR", "es-ES" | en-US |