Re: [Asterisk-Users] IBM tts engine integration

2005-10-03 Thread Rod Bacon

Not bad.. but still not as good as Scansoft's...


==
Rod Bacon
Empowered Communications
Ground Floor, 102 York St. South Melbourne
Victoria, Australia. 3205
Phone: +613 99401600Fax: +613 99401650
FWD: 512237   ICQ: 5662270
==


Tom Lynn wrote:

On Sun, 02 Oct 2005 00:53:03 -0700, you wrote:



I wrote a very very simple shell script and an even simplier macro to
use the IBM TTS engine within asterisk for prompts.  While its free you
are limited on the number of requests you can do within a day.

If anyone is interested its available at
http://www.0xdecafbad.com/Asterisk-Text-to-Speech.html




Nice solution, but what will you do if/when IBM pulls their
demonstration page?  Hopefully, by then you will have cached all of
the necessary recordings.

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IBM tts engine integration

2005-10-03 Thread trixter http://www.0xdecafbad.com
On Mon, 2005-10-03 at 16:56 +1000, Rod Bacon wrote:
 Not bad.. but still not as good as Scansoft's...
 

do you have a url for an online demo?  IBM's was just something I found
that was easy to integrate into asterisk free.  If scansoft also has a
demo then I may look at writing something else to use theirs.  I checked
their website but didnt see an online demo. I am not happy with the
lower selection in voices with ibm, but its free, simple to use, and
works without any markers saying its a demo.


-- 
Trixter http://www.0xdecafbad.com Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378


signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] IBM tts engine integration

2005-10-03 Thread razza
trixter wrote:
do you have a url for an online demo?  

http://www.scansoft.com/speechworks/realspeak/demo/default.asp

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] IBM tts engine integration

2005-10-03 Thread trixter http://www.0xdecafbad.com
On Mon, 2005-10-03 at 08:56 +0100, razza wrote:
 trixter wrote:
 do you have a url for an online demo?  
 
 http://www.scansoft.com/speechworks/realspeak/demo/default.asp

Thanks its late so I prolly wont do this right now, but its a post
method (same as sitepal and it looks easier than sitepal was).  I will
read their tos and make sure that anything I do wont violate that.  100
char limit it seems.  Shouldnt be that hard, but I will be using netcat
instead of wget/fetch.  

This does sound better..  if its usable the voice selection is also a
lot more robust, and that is something I didnt like about the 2 choices
with ibm (although my guess is that you can brute force voices out of
ibm, its 3 letters in the url, I just didnt want to play those games
incase they cried foul).


-- 
Trixter http://www.0xdecafbad.com Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378


signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] IBM tts engine integration

2005-10-03 Thread trixter http://www.0xdecafbad.com
On Mon, 2005-10-03 at 08:56 +0100, razza wrote:
 trixter wrote:
 do you have a url for an online demo?  
 
 http://www.scansoft.com/speechworks/realspeak/demo/default.asp

I wont be coding this.  It isnt hard if someone else wants to fine, I
personally wont though.  The reason is quite simple:

This demo is for demonstration purposes only. For other use, please
contact our Sales Office.

I am not gonna violate something so plain :)  However they dont appear
to have much by way of security (although I didnt verify cookies I dont
think they are using them in any way for this, and that is trivial ...).
Its a simple form post, with variables for the language and voice as
well as content.  Anyone that understands basical HTTP should be able to
figure out what to send, and how to save the resulting 8khz wav file,
like with netcat for example, or perhaps a simple LWP perl script, and
then use sox to convert, save and blah blah blah.

perl would likely be easier than netcat, and most systems now require it
(I avoid it because its not mandatory it be on a system, however I
havent seen one without bourne shell).


-- 
Trixter http://www.0xdecafbad.com Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378


signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] IBM tts engine integration

2005-10-02 Thread John Novack

Works with 1.2 bets!

Voice is MUCH better than festival!

John Novack

trixter http://www.0xdecafbad.com wrote:


I wrote a very very simple shell script and an even simplier macro to
use the IBM TTS engine within asterisk for prompts.  While its free you
are limited on the number of requests you can do within a day.

If anyone is interested its available at
http://www.0xdecafbad.com/Asterisk-Text-to-Speech.html


 




___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IBM tts engine integration

2005-10-02 Thread Tom Lynn
On Sun, 02 Oct 2005 00:53:03 -0700, you wrote:

I wrote a very very simple shell script and an even simplier macro to
use the IBM TTS engine within asterisk for prompts.  While its free you
are limited on the number of requests you can do within a day.

If anyone is interested its available at
http://www.0xdecafbad.com/Asterisk-Text-to-Speech.html


Nice solution, but what will you do if/when IBM pulls their
demonstration page?  Hopefully, by then you will have cached all of
the necessary recordings.

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users