I don't think it's actually possible to record audio to a file with User Media. I looked at it at length, and couldn't figure it out. Obviously saving it on a remote server is a different animal and would be the next step..
> Milupa5: You guys should check the User media plugin. That's what you need to get the microphone input.
>
> Nevertheless, for recording/saving/loading on server it's far more complex than you believe and no plugin will help you out due to HTML5's nature.
> You need to find your own way to put the "audio" file to a string/data format (this possibly could use a plugin, none exist for that as far as I know) and need to have AJAX calls to scripts on your server that will handle its being saved/loaded.
>
> Look the how do I FAQ for AJAX usage example.
>
i totally DON'T get how user media work
just want simple way to record sound to data(json?base64?whatever!)
I