Re: [PHP-DEV] Sound API for php

2002-09-08 Thread Tony Leake
On Sun, 2002-09-08 at 11:00, Wez Furlong wrote: > > That fits with our naming conventions; however, I think that Andi > was hoping you would post a little bit info about the parameters > of the main functions that you expect people to use; something like > this: > > bool audio_play_file(string

Re: [PHP-DEV] Sound API for php

2002-09-08 Thread Andi Gutmans
At 11:00 AM 9/8/2002 +0100, Wez Furlong wrote: > > 3) will be midi functions,this is a long way off yet so I haven't given > > it too much thought yet. Also it is likely to be a separate module as it > > will need to link against a separate library and I can't think of any > > PHP modules that li

Re: [PHP-DEV] Sound API for php

2002-09-08 Thread Wez Furlong
On 09/08/02, "Tony Leake" <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion to put this into Pear. I have subscribed to > the dev list and I'll see what they think :) You can place it into pear/PECL; which is going to be the definitive place for C based PHP extensions in the not too distant

Re: [PHP-DEV] Sound API for php

2002-09-07 Thread Tony Leake
Andi Gutmans wrote: > You might want to put this into Pear. In any case, if you want to post the > API just to get people's input (naming conventions of functions and so on) > feel free to post here. > Thanks for the suggestion to put this into Pear. I have subscribed to the dev list and I'll

Re: [PHP-DEV] Sound API for php

2002-09-07 Thread Melvyn Sopacua
Hi, At 19:28 7-9-2002, Tony Leake wrote: >I have started to write an audio api for PHP. > >I have written a wrapper to ecasound which is a very powerful >audio processing library that runs on Linux and I believe several >other *NIX's. At the simple end it will play audio files in most >audio for

Re: [PHP-DEV] Sound API for php

2002-09-07 Thread Tony Leake
> For the 'web-side' of things - could these conversion function be >used, > to convert files on the webserver? Or even something like: > song.wav -> convert_to_mp3 -> stream_on_socket > song.mp3 -> convert_to_windows_media -> stream_on_socket There's no reason why you couldn't convert files on

Re: [PHP-DEV] Sound API for php

2002-09-07 Thread Andi Gutmans
You might want to put this into Pear. In any case, if you want to post the API just to get people's input (naming conventions of functions and so on) feel free to post here. Andi At 06:28 PM 9/7/2002 +0100, Tony Leake wrote: >Hi, > >I have started to write an audio api for PHP. > >I have writt

[PHP-DEV] Sound API for php

2002-09-07 Thread Tony Leake
Hi, I have started to write an audio api for PHP. I have written a wrapper to ecasound which is a very powerful audio processing library that runs on Linux and I believe several other *NIX's. At the simple end it will play audio files in most audio formats (wav, mp3, ogg-vorbis, AIFF etc) and co