0

I would like to do a audio processing in php. That means records a voice and save it in as .mp3 file.

  1. I want to know is it possible in php?
  2. Are there any libraries you know of that could help?
RaGu
  • 723
  • 2
  • 9
  • 29

1 Answers1

0

It is not clear what you are trying to do.

If you are trying to record audio from a browser, then the answer is No. You need to look at Adobe Flash or something similar.

msound
  • 445
  • 3
  • 7
  • I just want to know is it possible in php.That is record a audio and save it in as mp3 format. – RaGu Mar 27 '14 at 05:12
  • 1
    You can try a HTML5 based solution. Check [this](http://stackoverflow.com/a/16498273/3461549) – msound Mar 27 '14 at 12:11