Pipecat TTS & STT services for Quickdial — cheap, fast, real-time voice
Project description
pipecat-quickdial
Pipecat TTS and STT services for Quickdial — cheap, fast, real-time voice.
Install
pip install pipecat-quickdial
Auth
export QUICKDIAL_API_KEY=qdl_live_your_key
Usage
from pipecat_quickdial import QuickdialTTSService, QuickdialSTTService
stt = QuickdialSTTService(language="en") # segmented (needs a VAD upstream)
tts = QuickdialTTSService(voice="alba") # PCM16 @ 24 kHz
# drop into a Pipeline: [transport.input(), stt, llm, tts, transport.output()]
Options
QuickdialTTSService(voice=, params=, base_url=, api_key=)QuickdialSTTService(language=, base_url=, api_key=)— en/fr/de/es/it/pt
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipecat_quickdial-0.1.0.tar.gz.
File metadata
- Download URL: pipecat_quickdial-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd2a8fadda82c60823107f4925692267fee9b119959dd925b435690723818e09
|
|
| MD5 |
546b99b9bafe03d2a31c4a2660c9d83c
|
|
| BLAKE2b-256 |
02b11bb8071d5990864bc027b1aa2c819f946fcb3678424c2a7d433ed0697314
|
File details
Details for the file pipecat_quickdial-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pipecat_quickdial-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91f070f709fa171a9763f3bc3dc9608b767a1514f9e0b87e239364d0a7418c52
|
|
| MD5 |
19ac38960aa0db423c90e97fb774ba88
|
|
| BLAKE2b-256 |
9abdb2cf780d1787dabfd1a861fe17ce0e3ffa812c09d8b8861ed99052647353
|