all repos — captcha @ 0a3f3296763e7bfb73b624c8d52fa3dfc413a1f2

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

Mention Russian in package doc.
Dmitry Chestnykh dmitry@codingrobots.com
Wed, 11 May 2011 23:29:46 +0200
commit

0a3f3296763e7bfb73b624c8d52fa3dfc413a1f2

parent

1f906795e89e40dd5aa06cbe18548c1ad686cc2d

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

jump to
M captcha.gocaptcha.go

@@ -7,8 +7,8 @@ //

// An image representation is a PNG-encoded image with the solution printed on // it in such a way that makes it hard for computers to solve it using OCR. // -// An audio representation is a WAVE-encoded (8 kHz unsigned 8-bit) sound -// with the spoken solution (currently in English). To make it hard for +// An audio representation is a WAVE-encoded (8 kHz unsigned 8-bit) sound with +// the spoken solution (currently in English and Russian). To make it hard for // computers to solve audio captcha, the voice that pronounces numbers has // random speed and pitch, and there is a randomly generated background noise // mixed into the sound.