Forum Moderators: open

Message Too Old, No Replies

Audio input

         

Gowri pandiyan

6:06 am on Feb 3, 2015 (gmt 0)

10+ Year Member



Hi Gurus,

Is there any way to record user's audio in mp3 format and to store their mp3 file in a web server?


Please let me know the code to record user's audio which should work in all browsers and free/paid web server where we can store those files along with user's id.

rainborick

8:45 pm on Feb 3, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I know you can capture audio with Java, which would be cross-browser compatible as long as the user has the Java interpreter installed. I would expect that there are example scripts out there somewhere that would include MP3 encoding.

HTML5 has a JavaScript function getUserMedia(), but Internet Explorer doesn't support it yet.