all repos — captcha @ 8d3ca40d18761d10f50b04eee642da6eefe74d4a

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

Add notice about Chrome 10 bug to BUGS.
Dmitry Chestnykh dmitry@codingrobots.com
Mon, 25 Apr 2011 23:53:22 +0200
commit

8d3ca40d18761d10f50b04eee642da6eefe74d4a

parent

a9e88462c0b1e354e0f39c1a55021efbce728c7b

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M audio.goaudio.go

@@ -26,6 +26,11 @@ }

endingBeepSound = changeSpeed(beepSound, 1.4) } +// BUG(dchest): [Not our bug] Google Chrome 10 plays unsigned 8-bit PCM WAVE +// audio on Mac with horrible distortions. Issue: +// http://code.google.com/p/chromium/issues/detail?id=70730. +// This has been fixed, and version 12 will play them properly. + type Audio struct { body *bytes.Buffer }