Re: [Flashcoders] Text to MP3

2007-04-13 Thread [EMAIL PROTECTED]

hi!

For Text to MP3 check out www.unmovie.net! It´s an art 
project/installation and they generate

sound from text serverside onthefly...

check backstage for a list of software and scripts:
http://193.197.170.79/portal/portal_new.htm

i think it´s mbrola http://tcts.fpms.ac.be/synthesis/mbrola.html for 
that!


cheers, michael.
___
[EMAIL PROTECTED]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Text to MP3

2007-03-28 Thread Karim Beyrouti
Aha, I am trying to do the opposite (analyze an audio mp3 and turn it into
voiceXML), using some kind of audio recognition tool... 

Anyway, back to the point - text to speech...

I've just cepstral to convert text to an MP3 on the fly and load it back
into flash... http://www.cepstral.com/ . You might have to experiment to get
the right sample rate that will work in flash.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Odie Bracy
Sent: 28 March 2007 01:13
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Text to MP3

www.nextup.com has a text to mp3 program but it is not dynamic.  
www.mediasemantics.com has a speech engine server that can deliver  
dynamic text to speech.

Odie



On Mar 27, 2007, at 6:52 PM, Ryan Burrell wrote:

 You might trying doing more research into Natural Voices and other
 text-to-speech setups.  As far as I was aware, Flash doesn't have  
 capability
 like this.

 On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:

 I think he means getting some program to read out the text, and  
 save that
 as
 an mp3 file. I personally have no idea.

 The hard part of that is definitely the server-side conversion  
 from text
 to
 mp3. I don't think you'll find many people on this list who know  
 how to do
 that though, because it's not really something that flash does.

 On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:
 
  I don't get you Mp3's can only be converted to other audio
 Formats
  be more specific please
 
  On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
  
   Hey list,
  
   Does anyone know of an easy way to convert text to mp3 on the  
 fly?
   Ideally some company would run a service with a REST  
 interface, so I
   could just send my text via a querystring, and it would send  
 back some
   XML detailing the URL of the mp3, and maybe an indication of  
 when the
   mp3 might be converted... well that's what i'd like ideally...
  
   I guess the other possibility is finding some component to  
 install on
   my own server, but this might not be possible...
  
   any ideas anyone?
  
   Cheers
  
   iestyn
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
 
 
  --
  Omar Fouad - Digital Emotions...
 
  Love is always patient and kind. It is never jealous. Love is never
  boastful
  nor conceited It is never rude or selfish. It does not take  
 offense and
 is
  not resentful. Love takes no pleasure in other people's sins...but
  delights
  in the truth. It is always ready to excuse, to trust, to hope...  
 and to
  endure... whatever comes.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/736 - Release Date: 27/03/2007
16:38
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/736 - Release Date: 27/03/2007
16:38
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-28 Thread Mark Winterhalder

Maybe http://festvox.org/festival/ or
http://tcts.fpms.ac.be/synthesis/mbrola.html would work for you.

HTH,
Mark


On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:

Hey list,

Does anyone know of an easy way to convert text to mp3 on the fly?
Ideally some company would run a service with a REST interface, so I
could just send my text via a querystring, and it would send back some
XML detailing the URL of the mp3, and maybe an indication of when the
mp3 might be converted... well that's what i'd like ideally...

I guess the other possibility is finding some component to install on
my own server, but this might not be possible...

any ideas anyone?

Cheers

iestyn
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-28 Thread Francis Chary

I stand corrected. You guys know your stuff! :-)

On 3/27/07, Odie Bracy [EMAIL PROTECTED] wrote:


www.nextup.com has a text to mp3 program but it is not dynamic.
www.mediasemantics.com has a speech engine server that can deliver
dynamic text to speech.

Odie



On Mar 27, 2007, at 6:52 PM, Ryan Burrell wrote:

 You might trying doing more research into Natural Voices and other
 text-to-speech setups.  As far as I was aware, Flash doesn't have
 capability
 like this.

 On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:

 I think he means getting some program to read out the text, and
 save that
 as
 an mp3 file. I personally have no idea.

 The hard part of that is definitely the server-side conversion
 from text
 to
 mp3. I don't think you'll find many people on this list who know
 how to do
 that though, because it's not really something that flash does.

 On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:
 
  I don't get you Mp3's can only be converted to other audio
 Formats
  be more specific please
 
  On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
  
   Hey list,
  
   Does anyone know of an easy way to convert text to mp3 on the
 fly?
   Ideally some company would run a service with a REST
 interface, so I
   could just send my text via a querystring, and it would send
 back some
   XML detailing the URL of the mp3, and maybe an indication of
 when the
   mp3 might be converted... well that's what i'd like ideally...
  
   I guess the other possibility is finding some component to
 install on
   my own server, but this might not be possible...
  
   any ideas anyone?
  
   Cheers
  
   iestyn
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
 
 
  --
  Omar Fouad - Digital Emotions...
 
  Love is always patient and kind. It is never jealous. Love is never
  boastful
  nor conceited It is never rude or selfish. It does not take
 offense and
 is
  not resentful. Love takes no pleasure in other people's sins...but
  delights
  in the truth. It is always ready to excuse, to trust, to hope...
 and to
  endure... whatever comes.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-28 Thread john robinson
I'm not sure of Mac/OSX is an option, but you might be able to find  
something similar on other platforms...


http://developer.apple.com/documentation/UserExperience/Conceptual/ 
SpeechSynthesisProgrammingGuide/UsingSpeech/chapter_3_section_6.html


There is an example that dumps to aiff, which could easily be converted  
to mp3.


john

On Mar 27, 2007, at 8:13 PM, Odie Bracy wrote:

www.nextup.com has a text to mp3 program but it is not dynamic.  
www.mediasemantics.com has a speech engine server that can deliver  
dynamic text to speech.


Odie



On Mar 27, 2007, at 6:52 PM, Ryan Burrell wrote:


You might trying doing more research into Natural Voices and other
text-to-speech setups.  As far as I was aware, Flash doesn't have  
capability

like this.

On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:


I think he means getting some program to read out the text, and save  
that

as
an mp3 file. I personally have no idea.

The hard part of that is definitely the server-side conversion from  
text

to
mp3. I don't think you'll find many people on this list who know how  
to do

that though, because it's not really something that flash does.

On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:

 I don't get you Mp3's can only be converted to other audio
Formats
 be more specific please

 On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
 
  Hey list,
 
  Does anyone know of an easy way to convert text to mp3 on the  
fly?
  Ideally some company would run a service with a REST interface,  
so I
  could just send my text via a querystring, and it would send  
back some
  XML detailing the URL of the mp3, and maybe an indication of  
when the

  mp3 might be converted... well that's what i'd like ideally...
 
  I guess the other possibility is finding some component to  
install on

  my own server, but this might not be possible...
 
  any ideas anyone?
 
  Cheers
 
  iestyn
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 



 --
 Omar Fouad - Digital Emotions...

 Love is always patient and kind. It is never jealous. Love is never
 boastful
 nor conceited It is never rude or selfish. It does not take  
offense and

is
 not resentful. Love takes no pleasure in other people's sins...but
 delights
 in the truth. It is always ready to excuse, to trust, to hope...  
and to

 endure... whatever comes.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-28 Thread Odie Bracy
I program on a Max/OSX and I use a cartoon character ( with text to  
speech ) from www.mediasemantics.com on my website. Check it out at  
www.challenging-our-minds.com


Odie


On Mar 28, 2007, at 1:46 PM, john robinson wrote:

I'm not sure of Mac/OSX is an option, but you might be able to find  
something similar on other platforms...


http://developer.apple.com/documentation/UserExperience/Conceptual/ 
SpeechSynthesisProgrammingGuide/UsingSpeech/chapter_3_section_6.html


There is an example that dumps to aiff, which could easily be  
converted to mp3.


john



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Omar Fouad

I don't get you Mp3's can only be converted to other audio Formats
be more specific please

On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:


Hey list,

Does anyone know of an easy way to convert text to mp3 on the fly?
Ideally some company would run a service with a REST interface, so I
could just send my text via a querystring, and it would send back some
XML detailing the URL of the mp3, and maybe an indication of when the
mp3 might be converted... well that's what i'd like ideally...

I guess the other possibility is finding some component to install on
my own server, but this might not be possible...

any ideas anyone?

Cheers

iestyn
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never boastful
nor conceited It is never rude or selfish. It does not take offense and is
not resentful. Love takes no pleasure in other people's sins...but delights
in the truth. It is always ready to excuse, to trust, to hope... and to
endure... whatever comes.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Sean Scott

Not sure about a company that offer those services although i am sure there
are ones out there.  But you can basically create that yourself by looking
into SOX (soundExchange) and LAME.

Both are open source / freeware utilities that run on both windows and
linux/unix.  They will require some work on your end to get there.

Hope this helps

On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:


Hey list,

Does anyone know of an easy way to convert text to mp3 on the fly?
Ideally some company would run a service with a REST interface, so I
could just send my text via a querystring, and it would send back some
XML detailing the URL of the mp3, and maybe an indication of when the
mp3 might be converted... well that's what i'd like ideally...

I guess the other possibility is finding some component to install on
my own server, but this might not be possible...

any ideas anyone?

Cheers

iestyn
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Francis Chary

I think he means getting some program to read out the text, and save that as
an mp3 file. I personally have no idea.

The hard part of that is definitely the server-side conversion from text to
mp3. I don't think you'll find many people on this list who know how to do
that though, because it's not really something that flash does.

On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:


I don't get you Mp3's can only be converted to other audio Formats
be more specific please

On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:

 Hey list,

 Does anyone know of an easy way to convert text to mp3 on the fly?
 Ideally some company would run a service with a REST interface, so I
 could just send my text via a querystring, and it would send back some
 XML detailing the URL of the mp3, and maybe an indication of when the
 mp3 might be converted... well that's what i'd like ideally...

 I guess the other possibility is finding some component to install on
 my own server, but this might not be possible...

 any ideas anyone?

 Cheers

 iestyn
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




--
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never
boastful
nor conceited It is never rude or selfish. It does not take offense and is
not resentful. Love takes no pleasure in other people's sins...but
delights
in the truth. It is always ready to excuse, to trust, to hope... and to
endure... whatever comes.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Ryan Burrell

You might trying doing more research into Natural Voices and other
text-to-speech setups.  As far as I was aware, Flash doesn't have capability
like this.

On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:


I think he means getting some program to read out the text, and save that
as
an mp3 file. I personally have no idea.

The hard part of that is definitely the server-side conversion from text
to
mp3. I don't think you'll find many people on this list who know how to do
that though, because it's not really something that flash does.

On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:

 I don't get you Mp3's can only be converted to other audio
Formats
 be more specific please

 On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
 
  Hey list,
 
  Does anyone know of an easy way to convert text to mp3 on the fly?
  Ideally some company would run a service with a REST interface, so I
  could just send my text via a querystring, and it would send back some
  XML detailing the URL of the mp3, and maybe an indication of when the
  mp3 might be converted... well that's what i'd like ideally...
 
  I guess the other possibility is finding some component to install on
  my own server, but this might not be possible...
 
  any ideas anyone?
 
  Cheers
 
  iestyn
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 



 --
 Omar Fouad - Digital Emotions...

 Love is always patient and kind. It is never jealous. Love is never
 boastful
 nor conceited It is never rude or selfish. It does not take offense and
is
 not resentful. Love takes no pleasure in other people's sins...but
 delights
 in the truth. It is always ready to excuse, to trust, to hope... and to
 endure... whatever comes.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Leo Burd

Hello there,

I believe the easiest way to do text to mp3 conversion is by calling, from 
the Unix shell the following applications:


a) text2wave, which converts text to .wav files
b) lame, which can be used to convert .wav files to .mp3 files

Hope this helps,

.L.

- Original Message - 
From: Ryan Burrell [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Tuesday, March 27, 2007 6:52 PM
Subject: Re: [Flashcoders] Text to MP3



You might trying doing more research into Natural Voices and other
text-to-speech setups.  As far as I was aware, Flash doesn't have 
capability

like this.

On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:


I think he means getting some program to read out the text, and save that
as
an mp3 file. I personally have no idea.

The hard part of that is definitely the server-side conversion from text
to
mp3. I don't think you'll find many people on this list who know how to 
do

that though, because it's not really something that flash does.

On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:

 I don't get you Mp3's can only be converted to other audio
Formats
 be more specific please

 On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
 
  Hey list,
 
  Does anyone know of an easy way to convert text to mp3 on the fly?
  Ideally some company would run a service with a REST interface, so I
  could just send my text via a querystring, and it would send back 
  some

  XML detailing the URL of the mp3, and maybe an indication of when the
  mp3 might be converted... well that's what i'd like ideally...
 
  I guess the other possibility is finding some component to install on
  my own server, but this might not be possible...
 
  any ideas anyone?
 
  Cheers
 
  iestyn
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 



 --
 Omar Fouad - Digital Emotions...

 Love is always patient and kind. It is never jealous. Love is never
 boastful
 nor conceited It is never rude or selfish. It does not take offense and
is
 not resentful. Love takes no pleasure in other people's sins...but
 delights
 in the truth. It is always ready to excuse, to trust, to hope... and to
 endure... whatever comes.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Text to MP3

2007-03-27 Thread Odie Bracy
www.nextup.com has a text to mp3 program but it is not dynamic.  
www.mediasemantics.com has a speech engine server that can deliver  
dynamic text to speech.


Odie



On Mar 27, 2007, at 6:52 PM, Ryan Burrell wrote:


You might trying doing more research into Natural Voices and other
text-to-speech setups.  As far as I was aware, Flash doesn't have  
capability

like this.

On 3/27/07, Francis Chary [EMAIL PROTECTED] wrote:


I think he means getting some program to read out the text, and  
save that

as
an mp3 file. I personally have no idea.

The hard part of that is definitely the server-side conversion  
from text

to
mp3. I don't think you'll find many people on this list who know  
how to do

that though, because it's not really something that flash does.

On 3/27/07, Omar Fouad [EMAIL PROTECTED] wrote:

 I don't get you Mp3's can only be converted to other audio
Formats
 be more specific please

 On 3/26/07, iestyn lloyd [EMAIL PROTECTED] wrote:
 
  Hey list,
 
  Does anyone know of an easy way to convert text to mp3 on the  
fly?
  Ideally some company would run a service with a REST  
interface, so I
  could just send my text via a querystring, and it would send  
back some
  XML detailing the URL of the mp3, and maybe an indication of  
when the

  mp3 might be converted... well that's what i'd like ideally...
 
  I guess the other possibility is finding some component to  
install on

  my own server, but this might not be possible...
 
  any ideas anyone?
 
  Cheers
 
  iestyn
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 



 --
 Omar Fouad - Digital Emotions...

 Love is always patient and kind. It is never jealous. Love is never
 boastful
 nor conceited It is never rude or selfish. It does not take  
offense and

is
 not resentful. Love takes no pleasure in other people's sins...but
 delights
 in the truth. It is always ready to excuse, to trust, to hope...  
and to

 endure... whatever comes.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com