Convert data in a database to audio file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Convert data in a database to audio file

Post 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......
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Convert data in a database to audio file

Post 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.
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Re: Convert data in a database to audio file

Post by sanju »

Thank you for the Reply, Can you name the external program needed?....
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Convert data in a database to audio file

Post by Kieran Huggins »

User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Re: Convert data in a database to audio file

Post by sanju »

Thanks man
Post Reply