desirepath41 / visualCaptcha

visualCaptcha's Main Repo. This is a collection of all the different versions/repos of visualCaptcha.
https://emotionloop.github.io/visualCaptcha-demo/
407 stars 43 forks source link

Multilingual audio files? #27

Open cm0n opened 8 years ago

cm0n commented 8 years ago

Hello,

is there any example of multilingual audio files, can be so chosen between different languages? All I found was only for text.

BrunoBernardino commented 8 years ago

Hi Philip! Thanks for considering visualCaptcha!

There's no example, as the implementation can vary considerably depending on your needs. In any case, I suppose you can add a URL like audios.php?lang=en and return a JSON response depending on the chosen language.

Does that make sense? Thanks.

cm0n commented 8 years ago

Unfortunately I do not know how to do it in other Captcha system, but I would have rather thought that generated the audio files. Yes is possible to add this to url as flag, but how I get the Audio Files for a lot of languages? I need a system which is flexible in the use of language.

In addition, I believe that still a problem in the field of accessibility.

captcha_contrast

I hope you understand my points.

BrunoBernardino commented 8 years ago

@cm0n Thank you for those details!

As for "generating" the audio files, I don't remember what I used, but something like http://www.fromtexttospeech.com/

As for the contrast, I wasn't aware of that, you can, however reverse the images or make them white via CSS (or just update the images).

I'm happy to take in a PR with these updates or guide you towards where to make them, if that makes sense!