I want to integrate voice recording in my PHP application?
Can anybody help me regarding this?
Thanks in advance.
Kanji
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t with only PHP (which handle SERVER, not client part ^^)
To record audio, you need an Flash || Java App (depends what you prefer…) Or maybe HTML5… I don’t know if it works but may be a better way ^^
But remember that after it depends on the client computer and you mayb have difficulties or cases to handle ^^
But If you google it you will find some answers :
http://www.webmaster-talk.com/php-forum/173652-record-audio-using-php.html
Good Luck