What problem does it solve?
This Skill helps you choose and implement the correct Ax audio workflow so you can move between transcription, speech generation, structured audio outputs, and realtime conversation without mixing up incompatible APIs or configuration shapes.
Core Features & Use Cases
- Batch speech workflows: Use ai.transcribe for speech to text and ai.speak for text to speech with the right provider settings.
- Structured audio generation: Return synthesized audio as part of typed signatures when a program needs both text and spoken output.
- Conversational and realtime audio: Configure chat-based audio for OpenAI, Gemini Live, and Grok Voice with provider-specific defaults and audio turn handling.
- Agent audio behavior: Handle audio inputs in agents by transcribing them before internal reasoning stages so downstream logic works on text.
- Use case: Build a voice assistant that accepts recorded audio, produces a transcript, and returns a spoken response in a single Ax flow.
Quick Start
Use the ax-audio skill to help me implement the correct Ax audio pattern for my app, whether I need transcription, speech synthesis, structured audio output, or realtime chat audio.