Irresistable Posted January 2, 2010 Share Posted January 2, 2010 I'm wanting to add in speech. Like if I had a captcha field, with an image with string. How do I put that into speech. I looked up on flite, however my cpanel hosting doesn't offer that until I upgrade. Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/ Share on other sites More sharing options...
The Little Guy Posted January 2, 2010 Share Posted January 2, 2010 You could record the alphabet being said and have each letter its own file: a.mp3 b.mp3 c.mp3 etc... Next when you create your captcha just play each mp3 file one at a time. Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/#findComment-986963 Share on other sites More sharing options...
ToonMariner Posted January 2, 2010 Share Posted January 2, 2010 you can concatenate mp3 files - which makes it harder for bots as they could read 1.mp3 f.mp3 etc. IMHO captchas are not actually a worth while tool but if you truely need one then why not use re-captcha - which has the audio included... Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/#findComment-986964 Share on other sites More sharing options...
Irresistable Posted January 2, 2010 Author Share Posted January 2, 2010 I've tried using recaptcha, it was a major problem for me. When I set it all up, it wouldn't get the value of the textbox after I checked for errors on the other fields. It failed me. So I want my own. What do you mean by concentrating the mp3 files? Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/#findComment-987121 Share on other sites More sharing options...
rajivgonsalves Posted January 2, 2010 Share Posted January 2, 2010 recaptcha is the best solution I feel, I've integrated it quite well on one of the sites, its pretty easy too, you should try again to integrate it, it will save you a lot of hassle. Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/#findComment-987147 Share on other sites More sharing options...
ToonMariner Posted January 2, 2010 Share Posted January 2, 2010 concatenate mp3 files - basically you stick the mp3's of your code together and dish out just one mp3 that has the entire captcha code init. Link to comment https://forums.phpfreaks.com/topic/186890-speech-for-visually-impaired-users/#findComment-987222 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.