Overview
QuickdialTTSService generates speech from text using Quickdial’s
real-time text-to-speech API. It extends Pipecat’s TTSService and pushes
TTSAudioRawFrame audio into the pipeline. Quickdial streams audio as it’s
generated and is priced per character.
Source Repository
Source code, examples, and issues for the Quickdial integration
PyPI Package
The
pipecat-quickdial package on PyPIQuickdial
Learn more about Quickdial and get an API key
Docs
Quickdial API reference (REST + WebSocket)
Installation
This is a community-maintained package distributed separately frompipecat-ai:
Prerequisites
- Quickdial account — sign up at web.quickdial.ai (100,000 characters free, no card required).
- API key — create one in the dashboard.
Required environment variables
Configuration
Usage
Additional resources
- pipecat-quickdial on GitHub — source, example, and issues
- Quickdial API docs