Displaying 20 results from an estimated 1000 matches similar to: "FW: TTS from MySQL"
2006 Jun 11
1
TTS engine query
Not being very happy with festival I would like ro get a better TTS
engine. I looked at the listings at:
http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international
but I would like to get user input on suggested packages for Linux. Best
performance vs. cost ????
Doug
****************************
* Doug Crompton *
* Richboro, PA 18954 *
* 215-431-6307 *
*
2005 Sep 21
4
POP3 and TTS (Festival?)
Hi,
Has anybody seen a non commercial, or freeware, or GPL, or even
CHEAP... POP/IMAP to Text-to-speech?
I have a working version for POP3 using festival. It DOES
work... it even cleans the email contents to get the actual content. It
works great with Outlook emails and similar, and skips non
multipart/alternative (that would be mainly SPAM, where the email is just
2010 Feb 12
7
Asterisk Cepstral TTS
Can someone point me to a page about writing a text file to call an
external number and play a TTS with cepstral? I know it includes the
creation of a .call file but beyond that im a bit lost.
2008 Dec 02
5
cepstral vs festival
I'm about to begin working on an ivr project to do database backed
scheduling. I would like to use text to speech in some places. What are
the differences in using festival vs. Cepstral? How are they similar, how
are they different? Is one really better than the other? How and Why?
Thanks,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Aug 28
3
Anyone doing speech to text?
I have a similar situation here, I want to include TTS in my asterisk IVR
system. Could someone give suggestion(s) please, I prefer open-source
thanks in advance!
Chatila, A. C.
P. O. Box 365,
Kihesa Street, Njombe, Tanzania.
*Mob:* +255 765 154 235
*Whatsapp:* +255 653 258 608
*Website:* chax.me.tz
On Thu, Aug 27, 2015 at 9:07 PM, Steve Edwards <asterisk.org at sedwards.com>
wrote:
2007 Jun 05
1
cepstral TTS and app_swift
We are having some major problems with app_swift since we went live. It
is regularly segfaulting.
I don't know if this is my fault or not, but here's the story:
Installed the cepstral voices (at the time, 4.0) on our test system
(2.6.9-42.0.10.ELsmp)
and later added some extra voices (now 4.2). All worked fine - we stress
tested (20+ simultaneous calls).
Move to live (
2003 Sep 24
6
Festival Problems
I am trying to use festival (latest version 1.4.3)
I have downloaded all the files needed and patched it with the provided
diff.
festival does work and does tts fine.
but when I call Festival either from an extention or an AGI script, I get
this in my asterisk messages log, but no sound on the channels (H323 or SIP)
- they (the clients) just say "trying" and then hangup...
Sep 24
2009 Oct 21
5
Asterisk and Nuance Vocalizer TTS Engine
Hi,
How can I integrate Asterisk to Nuance TTS engine instead of Cepstral?
Has anybody done this? How is the architecture and can Java AGI be used to
communicate between them?
regards,
Vela Sivasankaran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091021/56254a0e/attachment.htm
2011 Jan 20
1
OT - TTS in spanish
Hi,
For an organization welcoming turists (in France), I would be curious to
learn about successful use (with Asterisk) of Text-To-Speech in spanish (and
english).
I took a look at Cepstral's web site and saw there 2 "Americas Spanish"
voices (along a bunch of english voices).
1. In this context, according to your experience, is it acceptable to use an
"Americas Spanish"
2004 Sep 09
10
Cepstral
How do you get Cepstral working, they only offer windows versions. do I
have to complie it to linux?
http://www.cepstral.com
2014 Oct 18
1
Asterisk Crashes Randomly with Cepstral Swift TTS
All,
Has anyone seen this before? This appears to be a Swift or app_swift
bug. I'm having a difficult time finding any information or support on this.
Asterisk version:
Asterisk 11.6-cert4 built by asterisk @ ivrd02 on a x86_64 running Linux
on 2014-08-11 13:55:25 UTC
OS:
Linux livrp03 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST
2014 x86_64 x86_64 x86_64 GNU/Linux
When
2009 Aug 18
2
Speech Recg and TTS
Hello
I have two questions !
1. What is the best speech recognition engine for asterisk? I have searched
and asked on forums and found that lumen vox is best for asterisk bala bla
bla
2. For TTS (text to speech) which TTS engine will be better to use ? I have
tested Flite , cepstral (i have not buyed lisence for it trial only) but
still thinking may be i have a good option ?
--
Best Regards
2004 Sep 09
1
Festival Speech Synthesis 1.95:beta July 2004 Eval
Hello--
In the interests of playing around and wasting time, I've installed the
latest version of the
Festival stuff, 1.95beta.
And, in the interests of future Asterisk-Festival connectivity, I
applied the 1.4.3 patch to put in the
asterisk related routines. I did it by hand, but, it looks like the
patch will apply with no comment.
Asterisk works with the new server...
BUT
the speed of
2003 May 11
3
ogg encode tts output
Can anyone suggest a shell script in linux bash for encodimg raw audio output
from text to speech app into an ogg file. I am running festival speech. The
command line for basic tts is
festival> bin/festival --tts myfile.txt
Thanks
--
Raena Lea-Shannon
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2010 Aug 04
1
Asterisk not working with Festival
Hello,
I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk
1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine
with SIP channels without Festival. I have written following context in
extension.conf:
[connect-to-me]
exten => s,1,Answer
Exten => s,n,SayDigits(?1?)
exten => s,n,Festival(hello john)
exten => s,n,Hangup
I use call files to
2005 Aug 18
2
asterick and festival...Help!
Earlier this afternoon I had this working
exten => 2890,1,Answer
exten => 2890,2,GoTo(12)
exten => 2890,12,Wait(1)
exten => 2890,13,Festival('I can say numbers like')
exten => 2890,14,SayNumber(1230001,f)
exten => 2890,15,Wait(1)
exten => 2890,16,HangUp
I was so very proud of myself...
All of a sudden after a reboot.... I get the following from the same
call plan
2006 Mar 09
5
Festival tts
Hi I have installed Festival on the same box as asterisk and followed the
instructions to integrate it with asterisk.
Festival seems to work fine on its own performing text to speech from the
command line or via a file.
Asterisk answers the call but there is no speech. I can see no errors in the
Festival log file
The asterisk console shows
--Executing Answer("SIP/81801-c091",
2006 Jun 18
11
DTMF Talk off
Hello all,
I have seen some chatter again about DTMF. I see most of the talk about DTMF
around not being able to get an external IVR to recognize digits, not a big
issue for me at this time but sill interesting. My issue though, is with
talk off on a zap channel. It seems to be getting worse or maybe my patience
is thinning. All my calls go out and come in pstn through an FXO as I do not
2006 Jun 05
4
Local vs. toll Dial Plan
Ok asked this earlier with no response so I will phrase it a different
way. I am sure someone had to deal with this and there is a "best way."
I want to let Asterisk make the decision on best path based on local
exchange - xxx-yyy - where xxx is one of my local area codes and xxx is
exchange designator. The problem is that the list is rather large. Maybe
50-100. The idea is that I can
2005 Sep 12
5
OT: Online TTS engines?
The one I like:
http://www.rhetorical.com/cgi-bin/demo.cgi
is toast. I think they went broke or got aquired by someone. Also, is there
a Festival voice that sounds as good as Rhetorical or the AT & T stuff? The
default one is barely legible. Since Festival is a little brutal to
configure, I'd like to get someone's recommendation then go through the pain
of reconfiguring it only once.