Hi all.
I've been doing a captcha script lately and was rather successful with it. However I want to create another script that creates a sound which can be used with the captcha.
E.g. the captcha script generates A2B1FD - and the sound script must be able to read out A, 2, B, 1, F, D. How do I go about doing this?
I know it's something to do with OpenAL but how to I start?
Cheers Sam Yong
EDIT: I also wish to know how can I load the sound file loaded from the script in the browser and play it so that the end-user can hear.
Edit 2: I am also looking at the possibility of Text-to-Speech (platform independant) in PHP