Search code examples
flashaudiomp3record

Record Audio and Upload as Wav or MP3 to server


Im not sure if Im asking the right place, but basically Im looking for advice on the best way to:

Record Audio through a microphone on a website and Upload the audio as a Wav or MP3 file to the server

Has anyone got extensive experience with flash, would this be difficult to do, is there anything on the market that currently does this?

I was thinking about implimenting this as a Java applet but I find java applets abit annoying to use, abit 1998! Are there any tools that do this already or anyone got any guides or whatever

Any advice is appreciated

Thanks Phil


Solution

  • Use Adobe Flash Media Server (http://www.adobe.com/products/flashmediaserver/) or Java servers with support of incoming sound streams.

    With FMS it is realy simple. You create in flash swf-app that reads microphone and send sound stream to server. FMS will write it as .flv automatically. You should find few samples answering yours problem in Adobe documentation.