Parrot TTS is a powerful text-to-speech (TTS) engine built upon OpenVoice, featuring voice cloning and advanced control over speech parameters such as emotion, speed, and accents. It allows for highly customizable and expressive speech synthesis, making it ideal for applications requiring natural and dynamic voice output.
- 🎭 Emotion Control: Choose from multiple speaking styles like
friendly,cheerful,excited,sad,angry,terrified,shouting, andwhispering. - ⚡ Speed Control: Adjust the speaking speed using the
speedparameter (e.g.,0.9for a slightly slower pace). - 🌍 Accent Selection: Pick from various pre-trained models:
en_default_se.pthen_style_se.pthen-au.pth(Australian English)en-br.pth(Brazilian English)en-default.pthen-india.pth(Indian English)en-newest.pthen-us.pth(US English)
- 🎙 Voice Cloning: Leverage OpenVoice to create personalized voices from existing audio samples.
# Clone the repository
git clone https://github.com/DebatableMiracle/Parrot-Text-To-Speech.git
cd Parrot-Text-To-Speech
# Install dependencies
pip install -r requirements.txtstreamlit run app.pydemo.webm
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.
🚀 Experience natural, expressive TTS with Parrot TTS!