Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

captcha audio, and recaptcha...

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


lists at gmnet

Oct 6, 2008, 12:59 PM

Post #1 of 6 (897 views)
Permalink
captcha audio, and recaptcha...

Has anybody ever set up audio captcha and/or recaptcha at all?

I would really like to at least set up audio captcha for the visually
impaired. I would also like to set up recaptcha but just as a bonus.

Thanks
Rick




--
This message has been scanned for viruses and
dangerous content by Green Mountain Network, and is
believed to be clean.


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


lists at gmnet

Oct 8, 2008, 8:50 PM

Post #2 of 6 (850 views)
Permalink
Re: captcha audio, and recaptcha... [In reply to]

On Mon, 2008-10-06 at 19:59 +0000, Rick Bragg wrote:
> Has anybody ever set up audio captcha and/or recaptcha at all?
>
> I would really like to at least set up audio captcha for the visually
> impaired. I would also like to set up recaptcha but just as a bonus.
>
> Thanks
> Rick

By the way, in my case, setting up audio captcha is not really a "want"
but a "need". It is for a city website, and as a city, we must be fully
section 508 compliant and cater to disabilities. (or no captcha at
all.)

The recaptcha is more of a "want" as this city is wanting to take the
lead in this sort of thing. The recapcha should be optional for users
to fill out.

It would be great to build a profile check for this type of thing.

for example:

&or mv_captcha_guess=captcha, mv_audiocaptcha_guess=audiocaptcha Wrong Guess...

Any thoughts?

Thanks!
rick


--
This message has been scanned for viruses and
dangerous content by Green Mountain Network, and is
believed to be clean.


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


mike at perusion

Oct 8, 2008, 10:42 PM

Post #3 of 6 (842 views)
Permalink
Re: captcha audio, and recaptcha... [In reply to]

Quoting Rick Bragg (lists [at] gmnet):
> On Mon, 2008-10-06 at 19:59 +0000, Rick Bragg wrote:
> > Has anybody ever set up audio captcha and/or recaptcha at all?
> >
> > I would really like to at least set up audio captcha for the visually
> > impaired. I would also like to set up recaptcha but just as a bonus.
> >
> > Thanks
> > Rick
>
> By the way, in my case, setting up audio captcha is not really a "want"
> but a "need". It is for a city website, and as a city, we must be fully
> section 508 compliant and cater to disabilities. (or no captcha at
> all.)
>
> The recaptcha is more of a "want" as this city is wanting to take the
> lead in this sort of thing. The recapcha should be optional for users
> to fill out.
>
> It would be great to build a profile check for this type of thing.
>
> for example:
>
> &or mv_captcha_guess=captcha, mv_audiocaptcha_guess=audiocaptcha Wrong Guess...
>
> Any thoughts?

Does Perl have an Audio CAPTCHA module? That is the only way that
we would be likely to get this done...

--
Mike Heins
Perusion -- Expert Interchange Consulting http://www.perusion.com/
phone +1.765.328.4479 tollfree 800-949-1889 <mike [at] perusion>

Just because something is obviously happening doesn't mean something
obvious is happening. --Larry Wall

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


peter at pajamian

Oct 9, 2008, 2:50 AM

Post #4 of 6 (844 views)
Permalink
Re: captcha audio, and recaptcha... [In reply to]

On 10/08/2008 10:42 PM, Mike Heins wrote:
> Quoting Rick Bragg (lists [at] gmnet):
>> On Mon, 2008-10-06 at 19:59 +0000, Rick Bragg wrote:
>>> Has anybody ever set up audio captcha and/or recaptcha at all?
>>>
>>> I would really like to at least set up audio captcha for the visually
>>> impaired. I would also like to set up recaptcha but just as a bonus.
>>>
>>> Thanks
>>> Rick
>> By the way, in my case, setting up audio captcha is not really a "want"
>> but a "need". It is for a city website, and as a city, we must be fully
>> section 508 compliant and cater to disabilities. (or no captcha at
>> all.)
>>
>> The recaptcha is more of a "want" as this city is wanting to take the
>> lead in this sort of thing. The recapcha should be optional for users
>> to fill out.
>>
>> It would be great to build a profile check for this type of thing.
>>
>> for example:
>>
>> &or mv_captcha_guess=captcha, mv_audiocaptcha_guess=audiocaptcha Wrong Guess...
>>
>> Any thoughts?
>
> Does Perl have an Audio CAPTCHA module? That is the only way that
> we would be likely to get this done...

I couldn't find any, but it should be relatively straight forward with
text to speech. Just pick out some random words in a dictionary, run
them through text to speech and link to the audio file for the speech.

http://search.cpan.org/~jkamphaus/PerlSpeak-2.01/lib/PerlSpeak.pm

Peter

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


mike at perusion

Oct 9, 2008, 6:14 AM

Post #5 of 6 (838 views)
Permalink
Re: captcha audio, and recaptcha... [In reply to]

Quoting Peter (peter [at] pajamian):
> On 10/08/2008 10:42 PM, Mike Heins wrote:
> > Quoting Rick Bragg (lists [at] gmnet):
> >> On Mon, 2008-10-06 at 19:59 +0000, Rick Bragg wrote:
> >>> Has anybody ever set up audio captcha and/or recaptcha at all?
> >>>
> >>> I would really like to at least set up audio captcha for the visually
> >>> impaired. I would also like to set up recaptcha but just as a bonus.
> >>>
> >>> Thanks
> >>> Rick
> >> By the way, in my case, setting up audio captcha is not really a "want"
> >> but a "need". It is for a city website, and as a city, we must be fully
> >> section 508 compliant and cater to disabilities. (or no captcha at
> >> all.)
> >>
> >> The recaptcha is more of a "want" as this city is wanting to take the
> >> lead in this sort of thing. The recapcha should be optional for users
> >> to fill out.
> >>
> >> It would be great to build a profile check for this type of thing.
> >>
> >> for example:
> >>
> >> &or mv_captcha_guess=captcha, mv_audiocaptcha_guess=audiocaptcha Wrong Guess...
> >>
> >> Any thoughts?
> >
> > Does Perl have an Audio CAPTCHA module? That is the only way that
> > we would be likely to get this done...
>
> I couldn't find any, but it should be relatively straight forward with
> text to speech. Just pick out some random words in a dictionary, run
> them through text to speech and link to the audio file for the speech.
>
> http://search.cpan.org/~jkamphaus/PerlSpeak-2.01/lib/PerlSpeak.pm
>

Aha. I am guessing then that you don't have to input and
recognize, only output. Yes, that would be possible for someone
to code. I wrote a little module that reminds me of appointments with
that robotic sounding voice... 8-)

--
Mike Heins
Perusion -- Expert Interchange Consulting http://www.perusion.com/
phone +1.765.328.4479 tollfree 800-949-1889 <mike [at] perusion>

When the only tool you have is a hammer, all your problems tend to look
like nails. -- Abraham Maslow

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


lists at gmnet

Oct 9, 2008, 12:17 PM

Post #6 of 6 (827 views)
Permalink
Re: captcha audio, and recaptcha... [In reply to]

On Thu, 2008-10-09 at 09:14 -0400, Mike Heins wrote:
> Quoting Peter (peter [at] pajamian):
> > On 10/08/2008 10:42 PM, Mike Heins wrote:
> > > Quoting Rick Bragg (lists [at] gmnet):
> > >> On Mon, 2008-10-06 at 19:59 +0000, Rick Bragg wrote:
> > >>> Has anybody ever set up audio captcha and/or recaptcha at all?
> > >>>
> > >>> I would really like to at least set up audio captcha for the visually
> > >>> impaired. I would also like to set up recaptcha but just as a bonus.
> > >>>
> > >>> Thanks
> > >>> Rick
> > >> By the way, in my case, setting up audio captcha is not really a "want"
> > >> but a "need". It is for a city website, and as a city, we must be fully
> > >> section 508 compliant and cater to disabilities. (or no captcha at
> > >> all.)
> > >>
> > >> The recaptcha is more of a "want" as this city is wanting to take the
> > >> lead in this sort of thing. The recapcha should be optional for users
> > >> to fill out.
> > >>
> > >> It would be great to build a profile check for this type of thing.
> > >>
> > >> for example:
> > >>
> > >> &or mv_captcha_guess=captcha, mv_audiocaptcha_guess=audiocaptcha Wrong Guess...
> > >>
> > >> Any thoughts?
> > >
> > > Does Perl have an Audio CAPTCHA module? That is the only way that
> > > we would be likely to get this done...
> >
> > I couldn't find any, but it should be relatively straight forward with
> > text to speech. Just pick out some random words in a dictionary, run
> > them through text to speech and link to the audio file for the speech.
> >
> > http://search.cpan.org/~jkamphaus/PerlSpeak-2.01/lib/PerlSpeak.pm
> >
>
> Aha. I am guessing then that you don't have to input and
> recognize, only output. Yes, that would be possible for someone
> to code. I wrote a little module that reminds me of appointments with
> that robotic sounding voice... 8-)
>
> --
> Mike Heins
> Perusion -- Expert Interchange Consulting http://www.perusion.com/
> phone +1.765.328.4479 tollfree 800-949-1889 <mike [at] perusion>
>
> When the only tool you have is a hammer, all your problems tend to look
> like nails. -- Abraham Maslow
>


Thats great! I could pretty easily do this, Thanks! Once I get around
to finishing that, I will post my results.

Thanks!
Rick




--
This message has been scanned for viruses and
dangerous content by Green Mountain Network, and is
believed to be clean.


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.