|
Re:Google text to speech and speech to text hace 1 Año
|
Karma: 0
|
if you're using a proxy like me look at:
line:159
$ua->env_proxy;
And read:
search.cpan.org/~gaas/libwww-perl-6.04/lib/LWP/UserAgent.pm
|
|
|
|
|
|
|
Re:Google text to speech and speech to text hace 10 Meses, 1 Semana
|
Karma: 0
|
|
Hello Achilles,
i think it will be great to bind it with A2Billing callplane, for some resone sometimes you will be needed for thous who dont have DTMF Signal in there telephone for the calling card .. so if you could bend it with the calling card it will be very usfull. Has anybody an idea how this should work?
cheers,
|
|
|
|
|
|
|
Re: Google text to speech and speech to text hace 9 Meses
|
Karma: 0
|
|
I've tried to implement googletts in elastix 2.2.0.
When I dial the extension nothing happens and this is the result in console:
Executing [98@from-internal:2] AGI("SIP/10-00000025", "googletts.agi,"prova di testo",it") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/googletts.agi
-- <SIP/10-00000025>AGI Script googletts.agi completed, returning 0
If I try to run the script direclty using perl this is the result:
perl google.pl -t "prova di testo" -l it
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM tempo
/usr/bin/sox: Failed reading tempo: cannot open audio device
sox failed to process sound file. at google.pl line 120.
Maybe is there any problem regarding sox or my audio device? Any suggestion?
Thanks
|
|
wlady
Fresh Boarder
Mensajes: 9
|
|
|
|
|
Re:Google text to speech and speech to text hace 9 Meses
|
Karma: 0
|
|
do you have mpg123? The agi does some audioconversions, so i think the problem occurs when converting.
Check: which mpg123 sox
and see if you get two lines where these programs are located.
mine is:
/usr/local/bin/mpg123
/usr/bin/sox
|
|
|
|
|
|
|
Re:Google text to speech and speech to text hace 9 Meses
|
Karma: 0
|
|
achilles wrote:
do you have mpg123? The agi does some audioconversions, so i think the problem occurs when converting.
Check: which mpg123 sox
and see if you get two lines where these programs are located.
mine is:
/usr/local/bin/mpg123
/usr/bin/sox
sox and mpg123 are correctly installed, but I've found both in /usr/bin/ dir and not in /usr/local/bin
Do you think it can be a problem?
Thanks
|
|
wlady
Fresh Boarder
Mensajes: 9
|
|
|
|
|
Re:Google text to speech and speech to text hace 9 Meses
|
Karma: 0
|
|
no...should not be the problem then...
When you do: mpg123 -?
do you see the help. If yes, mpg123 should be working.
Try this basic dialplan:
[from-internal-custom]
.
..
...
include => ttstest
[ttstest]
exten => 1235,1,agi(googletts.agi,"prova di testo",it)
exten => 1235,2,Hangup()
Then dial to 1235 and see what happens.
|
|
|
|
|
|
|
Re:Google text to speech and speech to text hace 9 Meses
|
Karma: 0
|
|
achilles wrote:
no...should not be the problem then...
When you do: mpg123 -?
do you see the help. If yes, mpg123 should be working.
Try this basic dialplan:
[from-internal-custom]
.
..
...
include => ttstest
[ttstest]
exten => 1235,1,agi(googletts.agi,"prova di testo",it)
exten => 1235,2,Hangup()
Then dial to 1235 and see what happens.
yes, I see help with -? option. I've also tried to make a basic dialplan but when I compose the number nothing happens. Script executed directly from perl return an error ALSA o audio device, it can be a problem linked to my audio card or configuration?
thanks again for support
|
|
wlady
Fresh Boarder
Mensajes: 9
|
|
|
|
|
Re:Google text to speech and speech to text hace 3 Semanas, 4 Días
|
Karma: 2
|
Hello
Elastix Newbie and First Time Posting
Need some pointers please
Installed Google TTS everything is working fine for the samples from extension-custom.conf.
Cant figure this out though
How do I replace Festival for the Agenda Module and the Sample Text to Wav with the google tts thats now installed?
Any pointers would be appreciated!
Thanks
|
|
|
|
|
|
|