Freedom
11/14/2025, 2:01 AMVapi Support Bot
11/14/2025, 2:02 AMjson
{
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-number-id"
}
If these are set and the issue persists, try switching to a different voice ID to see if the problem is specific to "spenser" ([source](https://discord.com/channels/1211482211119796234/1370485222214336564)).
Source:
- [Discord VAPI TTS troubleshooting thread](https://discord.com/channels/1211482211119796234/1370485222214336564)Freedom
11/14/2025, 2:03 AMFreedom
11/14/2025, 2:08 AMErnest
11/14/2025, 3:25 PMChiranjeet Mishra
11/17/2025, 7:50 PMContent-Type: application/octet-stream
- Raw PCM audio data
4. **Audio Specifications**: Follow these guidelines for your TTS system:
- Raw PCM format (no headers)
- Mono channel
- 16-bit signed integer
- Little-endian byte order
- Matching sample rate with VAPI's request (e.g., 8000, 16000, or 24000 Hz)
5. **Testing**: Create test calls using VAPI’s API and monitor requests to ensure your setup is correct.
For a complete guide on setting up custom TTS with VAPI, check the [documentation here](https://docs.vapi.ai/customization/custom-voices/custom-tts). If you face any connectivity issues, verify the network communication between VAPI and your TTS server, and consider increasing the timeoutSeconds if processing takes longer.