transcribe_and_slice_audio
Voice-to-action: download or accept an audio recording, split it into frame-aligned MP3 chunks, and transcribe it to text via an AI speech endpoint — so a user can dictate a task instead of typing. Bounded: 5s download timeout, 25MB cap, chunk-capped. Read-only; runs without approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioUrl | No | Public https URL of the audio file (mp3/m4a/wav). One source required. | |
| language | No | Optional ISO-639-1 hint (e.g. "nl", "en", "fr"). | |
| audioBase64 | No | Base64 audio payload (with or without a data: prefix). One source required. |