Overview
QuickdialSTTService transcribes speech to text using Quickdial’s
speech-to-text API (powered by whisper.cpp). It extends Pipecat’s
SegmentedSTTService: an upstream VAD segments speech into utterances, each of
which is transcribed and pushed downstream as a TranscriptionFrame.
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 (1000 free credits, 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