all repos — captcha @ eab158384ba5e5454c31e775097b3edf05a377b3

Go package captcha implements generation and verification of image and audio CAPTCHAs.

generate: README fixes.
Dmitry Chestnykh dmitry@codingrobots.com
Wed, 29 Jun 2011 14:48:08 +0200
commit

eab158384ba5e5454c31e775097b3edf05a377b3

parent

ef8b4cf2a488e215f9189841f03940fffd40d71a

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M generate/README.markdowngenerate/README.markdown

@@ -1,7 +1,7 @@

How to create sounds for other languages ======================================== -* Record sounds for 0-9 and put them into a directory with language names. +* Record sounds for 0-9. Speak fast enough to make sound files small. Make sure the level of sound is the same as in the provided samples for English (this is important for making captchas harder to break). Same files in 8 KHz 8-bit PCM WAV format. (To do

@@ -14,7 +14,7 @@ save one of them into any format (MP3 is okay), and send it to me

<dmitry@codingrobots.com>. I'll check it, and if it's okay, I'll ask you for other sounds, and process them myself (in this case, you can stop reading.) -* Put 0.wav - 9.wav into the subdirectory with language name (e.g. "ua"). +* Put `0.wav` - `9.wav` into the subdirectory with language name (e.g. "ua"). * Open main.go and edit "var langs" on line 21 to include the new directory name.