Jump to content

Audio recording over the web


cfemocha

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/5141-audio-recording-over-the-web/
Share on other sites

[!--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 :(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.