'How Can I Make A Voice For My AI Assistant
I am making an Ai assistant using python's Tensorflow module. Now I am trying to make a voice for my Ai assistant. Like Google assistant, Cortana, Siri all of them has their own voice. But I don't know how to make an artificial voice. I searched the web but not getting any helpful answer.
Can someone please tell me a way of making a artificial voice or just the methods I should look for. I don't know what this process is called. Probably that's why I can't find any answer on the web. It would be nice if someone please help me!
Solution 1:[1]
The easiest way to add a voice to your AI assistant is to use a text-to-speech library like:
- pyttsx3
- gTTS
- Google's text-to-speech
If you want to add your own voice, you could use deep learning for that, like in:
- Real-Time-Voice-Cloning
- more approaches in this article
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BioGeek |
