Uses of Class
nl.captcha.audio.Sample

Packages that use Sample
nl.captcha.audio   
nl.captcha.audio.noise   
nl.captcha.audio.producer   
nl.captcha.servlet   
nl.captcha.util   
 

Uses of Sample in nl.captcha.audio
 

Methods in nl.captcha.audio that return Sample
static Sample Mixer.append(java.util.List<Sample> samples)
           
 Sample AudioCaptcha.getChallenge()
           
static Sample Mixer.mix(Sample sample1, double volAdj1, Sample sample2, double volAdj2)
           
 

Methods in nl.captcha.audio with parameters of type Sample
static Sample Mixer.mix(Sample sample1, double volAdj1, Sample sample2, double volAdj2)
           
 

Method parameters in nl.captcha.audio with type arguments of type Sample
static Sample Mixer.append(java.util.List<Sample> samples)
           
 

Uses of Sample in nl.captcha.audio.noise
 

Methods in nl.captcha.audio.noise that return Sample
 Sample RandomNoiseProducer.addNoise(java.util.List<Sample> samples)
          Append the given samples to each other, then add random noise to the result.
 Sample NoiseProducer.addNoise(java.util.List<Sample> target)
           
 

Method parameters in nl.captcha.audio.noise with type arguments of type Sample
 Sample RandomNoiseProducer.addNoise(java.util.List<Sample> samples)
          Append the given samples to each other, then add random noise to the result.
 Sample NoiseProducer.addNoise(java.util.List<Sample> target)
           
 

Uses of Sample in nl.captcha.audio.producer
 

Methods in nl.captcha.audio.producer that return Sample
 Sample VoiceProducer.getVocalization(char letter)
           
 Sample RandomNumberVoiceProducer.getVocalization(char num)
           
 

Uses of Sample in nl.captcha.servlet
 

Methods in nl.captcha.servlet with parameters of type Sample
static void CaptchaServletUtil.writeAudio(javax.servlet.http.HttpServletResponse response, Sample sample)
           
 

Uses of Sample in nl.captcha.util
 

Methods in nl.captcha.util that return Sample
static Sample FileUtil.readSample(java.lang.String filename)
           
 



Copyright © 2010-2011 James Childers. All Rights Reserved.