Page 1 of 1

Possible to use Google Wavenet Voice Synthesis?

Posted: Mon May 06, 2019 9:29 am
by wmorton
Hi all, it has been a long long time since I have been in PureBasic so please forgive me :)

Is it possible to use Google's Wavenet Voice Synthesis in PureBasic? I want to write a program to convert lines of text into speech audio files. Thanks!
https://cloud.google.com/text-to-speech ... -libraries

Re: Possible to use Google Wavenet Voice Synthesis?

Posted: Mon May 06, 2019 9:42 am
by RSBasic
No, only C#, Go, Java, Node.JS, PHP, Python and Ruby.
You would need to develop a wrapper for PB. Then it's possible.
Alternatively, you can use this library to read texts in audio with Microsoft's computer voice and export zu audio file: viewtopic.php?f=27&t=70342
Or in the forum there are example codes with which you can also read texts.