Chris W. Parker schrieb:
carlos castillo <mailto:[EMAIL PROTECTED]>
    on Thursday, February 12, 2004 3:53 PM said:


does anyone know how to reproduce a mp3 file with php?


What do you mean reproduce? Copy? Create from scratch? Represent
visually?

In any case.. I'd say PHP cannot do anything but create a copy of a
file. It cannot read in data from a microphone or a cd player or the
like (as far as I know).

Chris.

but php can call external progs (e.g. exec(); system()).


so you can run lame or other progs and give the desired params like source- and target-file, sampling-rate, mode (mono, stereo), and so on.

maybe that's what you want?

hth SVEN

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to