Re: [PHP] Mp3 with php?

2004-02-13 Thread Sven
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


RE: [PHP] Mp3 with php?

2004-02-12 Thread Chris W. Parker
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.

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



Re: [PHP] Mp3 with php?

2004-02-12 Thread Gerard Samuel
On Thursday 12 February 2004 06:52 pm, carlos castillo wrote:
 does anyone know how to reproduce a mp3 file with php?


reproduce???

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



Re: [PHP] Mp3 with php?

2004-02-12 Thread John Nichel
carlos castillo wrote:

does anyone know how to reproduce a mp3 file with php?
Copy an existing file?  Yes.

Other than that, the only thing I know you can do with Mp3's is 
modify/add/delete id3 tags.

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php