cfemocha Posted March 17, 2006 Share Posted March 17, 2006 Im trying to write a feature where customers records their voice online by a simple click of a button on the page to begin submitting an audio stream to the server. Basically, once the "record" button was hit by the client, an audio stream would be generated by the client's microphone and would be recorded on the server, encoded as an MP3.The point would be to allow web users to record short audio MP3s directly to the server without any other software than their browser, and with only a standard microphone. Ive seen it done in odeo.com but its written in Flash, Im wondering if this is possible in PHP? Quote Link to comment Share on other sites More sharing options...
Prismatic Posted March 17, 2006 Share Posted March 17, 2006 [!--quoteo(post=355839:date=Mar 17 2006, 12:59 AM:name=cfemocha)--][div class=\'quotetop\']QUOTE(cfemocha @ Mar 17 2006, 12:59 AM) [snapback]355839[/snapback][/div][div class=\'quotemain\'][!--quotec--]Im trying to write a feature where customers records their voice online by a simple click of a button on the page to begin submitting an audio stream to the server. Basically, once the "record" button was hit by the client, an audio stream would be generated by the client's microphone and would be recorded on the server, encoded as an MP3.The point would be to allow web users to record short audio MP3s directly to the server without any other software than their browser, and with only a standard microphone. Ive seen it done in odeo.com but its written in Flash, Im wondering if this is possible in PHP?[/quote]Not possible with just PHP, sorry :( Quote Link to comment Share on other sites More sharing options...
cfemocha Posted March 17, 2006 Author Share Posted March 17, 2006 Thank you for your reply, can the technology only be done in Flash? If not, what other languages can I use or is there any ready-to-use freeware I can use? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.