gooofy/py-picotts
Python wrappers around SVOX Pico TTS
Provides direct WAV file synthesis from text with multi-language support (English, German, Spanish, French, Italian) through the lightweight Pico TTS engine. Uses the system `pico2wave` binary via Python bindings to generate 16kHz mono audio streams, making it suitable for GNU/Linux applications requiring offline, low-resource speech synthesis without external API dependencies.
Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Stars
10
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 12, 2021
Commits (30d)
0
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/gooofy/py-picotts"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
google/voice-builder
An opensource text-to-speech (TTS) voice building tool
thuhcsi/Crystal
Crystal - C++ implementation of a unified framework for multilingual TTS synthesis engine with...
LynxLine/qtspeech
QtSpeech is cross-platform library based on Qt to provide common cross-platform API to access...
balisujohn/tortoise.cpp
A ggml (C++) re-implementation of tortoise-tts
sevangelatos/py-ttspico
Python svox picotts wrapper