0

Is possible to generate a sound in PHP with a defined note pitch and duration?

I know exists CSOUND but I don't know how to call it from PHP and if exists a CSOUND API for PHP, as I found one in language C.

1 Answers1

0

I don't think there is a standard api or package for it. You could try using the unix command for csound (provided you have it installed).

MueR
  • 977
  • 7
  • 13
  • I was thinking about to create a score and partiture file and then execute it launching csound from unix command. –  Feb 28 '14 at 16:56