Skip to content

Umair-Fareed/piper-windows-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUZA Voice Studio

SUZA Voice Studio is a powerful, elegant offline text-to-speech application based on the Piper TTS engine. Generate natural-sounding speech with 29+ English AI voices without requiring an internet connection. (The models will need a network connection to download automatically when you run first time, and then it works fully locally.)

Features

  • Completely Offline: No internet connection required, 100% privacy
  • 29+ Neural Voices: High-quality AI voices in US and UK English
  • Modern UI: Sleek, intuitive interface with a dark theme
  • Free & Open Source: No usage limits, no API costs

Installation Options

Option 1: One-Click Installer (Recommended)

Download the ready-to-use installer from our website:

🔗 Download SUZA Voice Studio Installer

The installer version:

  • Comes pre-bundled with all dependencies
  • Ready to launch and work right away.

Option 2: Run from Source

To run SUZA Voice Studio from source:

  1. Clone this repository

    git clone https://github.com/Umair-Fareed/piper-windows-ui.git
    cd piper-windows-ui
    
  2. Install dependencies

    pip install -r requirements.txt
    
  3. Run the application

    python piper_ui.py
    

Usage

  1. Select a voice from the dropdown menu
  2. Type or paste your text
  3. Click "Generate" to create speech
  4. Play, save, or export the generated audio

Voice models are downloaded automatically the first time you use a voice.

License

This project is open source and available under the MIT License.

Acknowledgements

  • Based on the Piper TTS engine
  • Voices trained on open datasets

Notes

  • Voice models are downloaded on-demand when first selected
  • Generated audio files are saved in the output folder with names based on the text content
  • Voice samples help you choose a voice before downloading the full model

Credits

This application uses the Piper TTS engine for speech synthesis. And is created by SUZA.

About

Windows UI for Piper TTS + 1 click installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%