RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
October 2002 6:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Converting audio files and display/play in browser Excellent! Works like a charm. Thanks for your speedy help Timothy. Regards, Thomas "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 005f01c27162$0804c820$

Re: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Thomas Nilsen
Excellent! Works like a charm. Thanks for your speedy help Timothy. Regards, Thomas "Timothy J Hitchens" <[EMAIL PROTECTED]> wrote in message 005f01c27162$0804c820$0500a8c0@BAMBINO">news:005f01c27162$0804c820$0500a8c0@BAMBINO... > Easy... > > > header('Content-Type: audio/mpeg'); > readfile('

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
PROTECTED]] Sent: Saturday, 12 October 2002 6:05 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Converting audio files and display/play in browser It's the part sending the header back to the browser with the correct info I'm not sure about. I can handle the conversion of the audio file, b

Re: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Thomas Nilsen
Timothy Hitchens (HITCHO) > [EMAIL PROTECTED] > > HITCHO has Spoken! > > > > > > > -Original Message- > From: Thomas Nilsen [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 12 October 2002 4:22 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Converting audio files and

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread John W. Holmes
> Anyone got any ideas as to how I can solve the following in PHP? > > I want to be able to select a file, and convert it from sox format to MP3 > or > WAV, and then play it in the requestors browser? Can this be achieved in > an > easy way? > > The problem I have is to be able to call up lame/

RE: [PHP] Converting audio files and display/play in browser

2002-10-11 Thread Timothy J Hitchens
urday, 12 October 2002 4:22 AM To: [EMAIL PROTECTED] Subject: [PHP] Converting audio files and display/play in browser Anyone got any ideas as to how I can solve the following in PHP? I want to be able to select a file, and convert it from sox format to MP3 or WAV, and then play it in the reque

[PHP] Converting audio files and display/play in browser

2002-10-11 Thread Thomas Nilsen
Anyone got any ideas as to how I can solve the following in PHP? I want to be able to select a file, and convert it from sox format to MP3 or WAV, and then play it in the requestors browser? Can this be achieved in an easy way? The problem I have is to be able to call up lame/sox or similar too