What is this text-to-speech software?

I Am Batman

Senior Member
Joined
Apr 14, 2021
Messages
1,159
Reaction score
605
Hi guys, just found this video and I'm really curious what is text-to-speech software that this guy used? or what software he used to edit text-to-speech to be more natural like this?
Everyone know this?
Thanks for reading
 
I don't think that's any text-to-speech software, it's a real voice
I don't think that its a real voice. I also find some channels that each video has different voice and all of them sound really natural like this video.
Not sure about this video, it could be a voiceover, but found this site.
Lots of settings and variations to try out, some sound very real.
Thanks. This site is amazing.
 
The best way is your own voice. Many famous YouTubers use their voice. I think that's better. you should try it. who knows audience can like it.
 
Not sure about this video, it could be a voiceover, but found this site.
Lots of settings and variations to try out, some sound very real.
Very nice voices, almost real like. They also seem to have the Standard Amz Polly voices, but the AI3 ones are very realistic.
 
Typecast.ai is actually the best text to speech software. You can even use it to monetize your channel, because AI voices are so realistic that it is currently almost impossible to detect even by YouTube... These AI voices are also able to sing and rap. Check by yourself :
 
Typecast.ai is actually the best text to speech software. You can even use it to monetize your channel, because AI voices are so realistic that it is currently almost impossible to detect even by YouTube... These AI voices are also able to sing and rap. Check by yourself :

Do you happen to know any voice sample without background? All use cases on their site are in non-english.
 
Typecast.ai is actually the best text to speech software. You can even use it to monetize your channel, because AI voices are so realistic that it is currently almost impossible to detect even by YouTube... These AI voices are also able to sing and rap. Check by yourself :

lol MC Robot is killing it... Eminem needs to sign him up
 
There was a TTS solution from MIT I think? Where did that go? It was open souce IIRC but you had to pay for commercial use. Searched just now but couldn't find it.

I recall testing it for foreign languages and it was very accurate. It was a native program that ran on the PC and output audio.
 
Hi guys, just found this video and I'm really curious what is text-to-speech software that this guy used? or what software he used to edit text-to-speech to be more natural like this?
Everyone know this?
Thanks for reading
Seems to be original voice-only mate...
 
Seems to be original voice-only mate...
Yeah. I've just found that there is Game Hack Proof Video Services in this forum. I think we can order real voice like that. I've asked some example but never reply :(
 
The most realistic and best of all free TTS I have found is https://github.com/mozilla/TTS
Open source, maintained by Mozilla
You can train your own models but it also comes with pretrained models.
The only downside is that it takes some time to convert text to speech.
Here are some https://erogol.github.io/ddc-samples/
 
The most realistic and best of all free TTS I have found is this one
Open source, maintained by Mozilla
You can train your own models but it also comes with pretrained models.
The only downside is that it takes some time to convert text to speech.
Here are some examples
I checked their samples. It's really amazing. Is there any tutorial on how to use it?
 
I checked their samples. It's really amazing. Is there any tutorial on how to use it?
You need to have Python 3x installed and pip
then I believe you can just run:

Code:
pip install -U TTS

tts --text "This is my text." --out_path this/is/my/output.wav
 
Back
Top