Honestly, I went for a pre-built option through Wix. I really wanted to get something like a forum going to help answer the questions I frequently get. Instead of sending the same copy and pasted "How to install the touchscreen & sound drivers" to everyone that emailed me, I can point to 1 place that has the How-To. Since then, someone has already improved on my answer and is helping others in more technical ways faster than I can. In the future I can see myself building the backend and possibly moving the site to something more custom built, but I still have a lot to learn before that happens.
@@VenomVelocity You have to specify in the pyttsx3 code that you are using 'sapi5' and then mine is actually '1' on my pc. engine = pyttsx3.init('sapi5') voices = engine.getProperty('voices') engine.setProperty('voice',voices[1].id)
How did you build the interface for your website? Did you build the backend yourself?
Honestly, I went for a pre-built option through Wix. I really wanted to get something like a forum going to help answer the questions I frequently get. Instead of sending the same copy and pasted "How to install the touchscreen & sound drivers" to everyone that emailed me, I can point to 1 place that has the How-To. Since then, someone has already improved on my answer and is helping others in more technical ways faster than I can.
In the future I can see myself building the backend and possibly moving the site to something more custom built, but I still have a lot to learn before that happens.
bro how did you do the brian voice for Jarvis
I actually bought the voice to use on my pc "many" years ago. It's a SAPI5 voice from program called IVONA2.
@@S-Technology How do you actually get it in the code. 0 is male and 1 is female. how do you change the male voice.
@@VenomVelocity You have to specify in the pyttsx3 code that you are using 'sapi5' and then mine is actually '1' on my pc.
engine = pyttsx3.init('sapi5')
voices = engine.getProperty('voices')
engine.setProperty('voice',voices[1].id)
@@S-Technology that's what i already use
@@VenomVelocity I'll try to give a more precise answer in the forum. If you have the voice file then I'll try to help you to get it to work. 👍