Jump to content

Voice Recorder in PHP


impeccable_nice

Recommended Posts

Hi Friends,

I was just thinking of making a voice recorder in PHP, am really not sure how to do it, so I just wanna have some guidelines how can I make it, what I want is that using a microphone I can record my voice over internet using a php website, I dont know how it can be implemented. So I request all of you to please help me in this regard, and if anyone can give me some guidelines, I would be very very thankfull to him

 

Regards,

KK Impeccable

Link to comment
Share on other sites

Great Thanks Rajiv, that really helped me a lot to understand what the task actually is, well I would like to know If I use a flash component, what sort of data that component will send to my PHP script because I will then have to store it in my DB and then send back to flash player afterward to listen.

Link to comment
Share on other sites

Great Thanks Rajiv, that really helped me a lot to understand what the task actually is, well I would like to know If I use a flash component, what sort of data that component will send to my PHP script because I will then have to store it in my DB and then send back to flash player afterward to listen.

 

You can use Flash to upload the voice from the mic (Maybe Java be better suited) And manipulate it via php through it storing the file in a database, or Java/Flash directly playing it back. You won't get this done with that goal in mind..

Link to comment
Share on other sites

Great Thanks oni-kun, what I understand so far is , the Java/Flash based component will take the voice from the mic and then upload that audio to the server. In that case WHAT WOULD BE THE FORMAT of that audio ?? mp3 ??

 

It can be any format I believe, Java is a platform and therefor should provide a nice programming interface save you know how to write/compile it.

 

Here's a sample I quickly found on google. I believe .au is what it saved by default, but it can be easily saved as .mp3.

http://javasolution.blogspot.com/2007/04/record-and-save-audio-using-java.html

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.