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......
Convert data in a database to audio file
Moderator: General Moderators
- 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
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.
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
Thank you for the Reply, Can you name the external program needed?....
- 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
Thanks man