Overview
CambTTSService provides high-quality text-to-speech synthesis using Camb AI’s MARS model family with streaming capabilities. The service offers multiple model options optimized for different use cases: mars-flash for fast inference and mars-pro for high-quality output.
Camb AI TTS API Reference
Pipecat’s API methods for Camb AI TTS integration
Example Implementation
Complete example with interruption handling
Camb AI Documentation
Official Camb AI API documentation
Camb AI Platform
Access the Camb AI studio platform
Installation
To use Camb AI services, install the required dependencies:Prerequisites
Camb AI Account Setup
Before using Camb AI TTS services, you need:- Camb AI Account: Sign up at Camb AI
- API Key: Generate an API key from your account dashboard
- Voice Selection: Choose voice IDs from the platform
Required Environment Variables
CAMB_API_KEY: Your Camb AI API key for authentication