Record Audio and Upload as Wav or MP3 to server

10,117

Solution 1

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.

Solution 2

This flash program does this, record, convert to mp3, and upload to your server:

http://fms.denniehoopingarner.com/barebonesRecorder/

If is not free, and can be licensed for $99, but if someone could provide the source code of a similar thing, that would be great.

Share:
10,117
Phil
Author by

Phil

Updated on June 14, 2022

Comments

  • Phil
    Phil almost 2 years

    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

  • octavn
    octavn over 8 years
    Flash Player can not encode raw mic sound as mp3 and thus FMS will never write to mp3. Flash Player can encode mic sound using Speex or NellyMoser's ASAO and the FMS will write this audio data to a .flv file.
  • octavn
    octavn over 8 years
    audior.ec records straight to mp3 and saves to your web server directly without Flash Media Server.