SenseAudio-TTS
v1.0.1Build and debug SenseAudio text-to-speech integrations on `/v1/t2a_v2` and `/ws/v1/t2a_v2`, including sync HTTP, SSE stream, WebSocket event sequencing, hex...
SenseAudio TTS
Use this skill for all SenseAudio speech synthesis tasks.
Read First
references/tts.md
Workflow
- Pick protocol:
- HTTP sync for simple one-shot generation.
- SSE for incremental HTTP audio chunks.
- WebSocket for realtime incremental text-to-audio sessions.
- Build minimal valid request:
- Auth header, model, text,
voice_setting.voice_id. - Add optional tuning only if user asks.
- Implement output parsing:
- Decode
data.audiohex to bytes. - Finalize on terminal status/event.
- Harden for production:
- Handle auth and parameter errors.
- Add retry/backoff for transient network failures.
- Log session and trace identifiers.
Version tags
latest
Runtime requirements
EnvSENSEAUDIO_API_KEY
Primary envSENSEAUDIO_API_KEY
