subtitle_to_speech
subtitle_to_speech copied to clipboard
Use difference voice like man's google assitant?
Hi! I love this project! And it works pretty well! However, I would like to ask if it's possible to have different voice options like man's voice! Thanks!
Hi, it's using gTTS and it seems that you are not the first wanting different voice but it might not be possible (cf https://github.com/pndurette/gTTS/issues/31) while we can see that they exist in https://cloud.google.com/text-to-speech/docs/voices. If you find how I'm interesting in knowing !
This could be done using pyttsx3 instead of gTTS as I noticed in the issue #5.