A Windows application wrapper for PiperTTS with auto-download and installation of models from Hugging Face. Manual model addition, text-to-speech playback, config adjustment, and WAV export.
Add custom models to
models/(in the app folder). folder within root.
- Download a Release
- Run the
PiperTTS.exe. - Select/download/add model.
- Enter text in box.
- Adjust config (volume, speed, noise, noise_w).
- Click "▶" for audio or "💾" to export as WAV.
- Install Python 3.10+.
- Install dependencies:
pip install pyqt6 piper-tts sounddevice numpy - Clone repo and run app.py.