# piper1-gpl **Repository Path**: vhow/piper1-gpl ## Basic Information - **Project Name**: piper1-gpl - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-10 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Piper](etc/logo.png) A fast and local neural text-to-speech engine that embeds [espeak-ng][] for phonemization. Install with: ``` sh pip install piper-tts ``` * 🎧 [Samples][samples] * πŸ’‘ [Demo][demo] * πŸ—£οΈ [Voices][voices] * πŸ–₯️ [Command-line interface][cli] * 🌐 [Web server][api-http] * 🐍 [Python API][api-python] * πŸ”§ [C/C++ API][libpiper] * πŸ‹οΈ [Training new voices][training] * πŸ› οΈ [Building manually][building] --- People/projects using Piper: * [Home Assistant](https://github.com/home-assistant/addons/blob/master/piper/README.md) * [NVDA - NonVisual Desktop Access](https://www.nvaccess.org/post/in-process-8th-may-2023/#voices) * [Image Captioning for the Visually Impaired and Blind: A Recipe for Low-Resource Languages](https://www.techrxiv.org/articles/preprint/Image_Captioning_for_the_Visually_Impaired_and_Blind_A_Recipe_for_Low-Resource_Languages/22133894) * [Video tutorial by Thorsten MΓΌller](https://youtu.be/rjq5eZoWWSo) * [Open Voice Operating System](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper) * [JetsonGPT](https://github.com/shahizat/jetsonGPT) * [LocalAI](https://github.com/go-skynet/LocalAI) * [Lernstick EDU / EXAM: reading clipboard content aloud with language detection](https://lernstick.ch/) * [Natural Speech - A plugin for Runelite, an OSRS Client](https://github.com/phyce/rl-natural-speech) * [mintPiper](https://github.com/evuraan/mintPiper) * [Vim-Piper](https://github.com/wolandark/vim-piper) * [POTaTOS](https://www.youtube.com/watch?v=Dz95q6XYjwY) * [Narration Studio](https://github.com/phyce/Narration-Studio) * [Basic TTS](https://basictts.com/) - Simple online text-to-speech converter. [![A library from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-library.png)](https://www.openhomefoundation.org/) [espeak-ng]: https://github.com/espeak-ng/espeak-ng [cli]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/CLI.md [api-http]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/API_HTTP.md [api-python]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/API_PYTHON.md [training]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/TRAINING.md [building]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/BUILDING.md [voices]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/VOICES.md [samples]: https://rhasspy.github.io/piper-samples [demo]: https://rhasspy.github.io/piper-samples/demo.html [libpiper]: https://github.com/OHF-Voice/piper1-gpl/tree/main/libpiper