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

Re: [Flashcoders] How to send Audio objects as MP3 via XML-RPC?

2006-11-30 Thread Leo Burd
out the audio, but it could be done. Second, the blog entry I was thinking of is http://www.flashcodersbrighton.org/wordpress/?p=9 it might contain useful code if you wanted to try and convert the audio inside of flash. Leo Burd wrote: Hello Robert, Thanks so much for your message! My

Re: [Flashcoders] How to send Audio objects as MP3 via XML-RPC?

2006-11-29 Thread Leo Burd
] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, November 28, 2006 8:31 AM Subject: Re: [Flashcoders] How to send Audio objects as MP3 via XML-RPC? On Nov 28, 2006, at 5:29 AM, Leo Burd wrote: Hello there, I am new to Flash and I am wondering what is the best way to send

Re: [Flashcoders] How to send Audio objects as MP3 via XML-RPC?

2006-11-29 Thread Leo Burd
for programmatic generation of a Sound object was the idea that the Speex algorithm (an open codec for human voice encoding) might be a possibility in AS3, alas it looks like it would be a major undertaking. Leo Burd wrote: Hello there, I am new to Flash and I am wondering what is the best way

Re: [Flashcoders] How to send Audio objects as MP3 via XML-RPC?

2006-11-29 Thread Leo Burd
are you getting your sound object from? 2006/11/29, Leo Burd [EMAIL PROTECTED]: Hello Robert, Thanks so much for your message! My problem is creating an MP3 file out of a Sound object, not the other way around... do you have any suggestions on how to do that? Best, Leo - Original Message

[Flashcoders] How to send Audio objects as MP3 via XML-RPC?

2006-11-28 Thread Leo Burd
Hello there, I am new to Flash and I am wondering what is the best way to send Audio objects via XML-RPC. More specifically, I wonder if anyone could send me suggestions on: a) How to convert a Sound object to MP3 programatically? b) How to convert the resulting MP3 into a base64 string c)