GOOGLE tts

Hi
I’m searching a way to download google TTS for freepbx
This links seems not be working TTS Engine Custom - Google Cloud Text To Speech - WaveNet and Standard
Thanks

Try this:

cd /opt/
git clone https://github.com/googleapis/nodejs-text-to-speech.git
cd nodejs-text-to-speech
cd samples
npm install --save @google-cloud/text-to-speech
npm install
npm install optimist
npm install child_process

Thanks it works

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.