AI-powered text-to-speech tool with voice selection and speed control.
- 8 different voice characters to choose from
- Adjustable speech speed
- Real-time audio playback
- Save generated audio to file
- Interactive menu interface
- Python 3.12
- Windows 10/11
# Install dependencies
pdm install
# Build executable
install.batRun the executable:
dist\main\Vogen.exeOr run from source:
pdm run python main.py- Arrow Keys: Navigate voice selection
- Enter: Confirm selection
- ESC: Exit
- Alba
- Marius
- Javert
- Jean
- Fantine
- Cosette
- Eponine
- Azelma
Vogen/
├── main.py # Main application
├── dialog.pyd # Rust file dialog module
├── main.spec # PyInstaller configuration
├── install.bat # Build script
└── pyproject.toml # Project configuration
This project uses Pocket TTS which is licensed under the MIT License. See Pocket TTS for more details.