RE: [Flashcoders] Speak into microphone & Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-23 Thread sysco
There was a long discussion about this on the Red5 mailing list (open source flash comm server) a couple of months back. The audio is saved on the server as a FLV. Converting to mp3/wav is possible but not really so easy There are some posts and discussions on this subject on this site:

Re: [Flashcoders] Speak into microphone & Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-22 Thread Martin Wood
If you use FMS then it does indeed store the audio as .flv but its encoded with NellyMoser so there isnt a simple way of using that audio in anything else but flash. There is also the open source Red5 project which again records .flv files (NellyMoser encoded, not by choice) which of course is

RE: [Flashcoders] Speak into microphone & Save as wav to sever, is it possible in Flash9 /AS3/Flex2 ??!

2006-07-22 Thread blists
You can do this with flash media server. I think it would save the file as a flv though, not sure on that point. But you can defiantly record a stream and save it on the server for later playback/distribution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O