SOLVED Google TTS - Do i need a GV account

markCFU

Member
Joined
Dec 12, 2013
Messages
32
Reaction score
7
Hi There,

Im running IncrediblePBX 3.11.8 for Raspberry Pi.

Ive just read Wards article on IVR, ive got to the point about using google TTS to voice the promts.

Its failing & Im getting -bash: googletts-cli.pl: command not found.

Do i need a GV account for this to work? what am i doing wrong? :-)
 
find / -name googletts-cli.pl

Once you find the script, move it to /usr/bin. No Google account required.
 
Hi Ward,

Thanks for such a speedy response!!

Im a total noob when it come to linux, any chance you could tell me the syntax of what i need to type?

cheers

Mark
 
Code:
find / -name googletts-cli.pl
mv /whatever/directory/shows/googletts-cli.pl /usr/bin
 
Hi again,

I copy/paste the first line, hit enter, then after a few seconds the command prompt appears again
 
Try this:
Code:
cd /
wget http://incrediblepbx.com/googletts-cli.tar.gz
tar zxvf goog*
rm goog*
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top