What problem does it solve?
This Skill helps you write C++ code for Ax-generated audio and realtime workflows without guessing the native package shape, provider mappings, or event handling patterns.
Core Features & Use Cases
- Audio I/O Integration: Map speech, transcription, and other audio payloads through the generated axllm C++ API.
- Realtime Event Handling: Fold streaming events and provider responses into deterministic C++ application logic.
- Provider-Safe Examples: Start from package examples and no-key patterns so you can validate request mapping before using live credentials.
- Use Case: Build a C++ voice assistant that streams audio to a provider, handles realtime updates, and routes output through the generated Ax package surface.
Quick Start
Use the ax-cpp-audio skill to create a C++ example that wires axllm audio input, realtime event handling, and provider-safe mapping for my target model.