Page 1 of 1

Convert data in a database to audio file

Posted: Sat Jun 21, 2008 2:20 am
by sanju
Hi,

I need a help, I am going to make a educational tutorial site , Currently The data is stored in database and is displayed as text. I want this data as audio, so that each person using the tutorial also can hear the data.Can it be done with PHP,If so how?...
Please help..
Thanks in advance......

Re: Convert data in a database to audio file

Posted: Sat Jun 21, 2008 3:07 am
by Kieran Huggins
text to speech? You'll need an external program for that.

If you just want to record someone reading it you could do that with a flash tool and upload it.

Then store the resulting file on the file system, naming it it's own MD5, and save that MD5 in the DB.

Re: Convert data in a database to audio file

Posted: Sat Jun 21, 2008 3:42 am
by sanju
Thank you for the Reply, Can you name the external program needed?....

Re: Convert data in a database to audio file

Posted: Sat Jun 21, 2008 3:54 am
by Kieran Huggins

Re: Convert data in a database to audio file

Posted: Sat Jun 21, 2008 4:17 am
by sanju
Thanks man