Page 1 of 1

Text to voice software

Posted: Sat Jan 29, 2022 8:25 am
by genome231
Hi guys :wave:

Was wondering if anybody knows of a good (free) text to voice software?
Preferably with a sexy womens voice :)

Best regards
Genome

Re: Text to voice software

Posted: Sat Jan 29, 2022 10:41 am
by gg
Hi genome

I'm working on a project with text to voice features (besides image recognition, voice input and estim features). For the text to speech (TTS) approach I'm using the Web Speech API. This API is well documented and not complex to implement (e.g. https://developer.mozilla.org/en-US/doc ... Speech_API for a starter).

If you don't want to use TTS 'on the fly' and instead convert text into mp3-files, there are several free options availiable (e.G. http://www.fromtexttospeech.com).

I'm always interested to share ideas about kinky software. Feel free to PM me.

cheers
george