| Package | Description |
|---|---|
| ml.miron.captcha.audio | |
| ml.miron.captcha.audio.producer | |
| ml.miron.captcha.util |
| Modifier and Type | Method and Description |
|---|---|
Sample |
AudioCaptcha.getChallenge()
Returns the audio sample of captcha.
|
| Modifier and Type | Method and Description |
|---|---|
Sample |
RandomNoiseProducer.addNoise(List<Sample> samples) |
Sample |
NoiseProducer.addNoise(List<Sample> target)
Append the given
samples to each other, then add random
noise to the result. |
Sample |
VoiceProducer.getVocalization(char letter)
Returns the audio sample for the given single character.
|
Sample |
NumberVoiceProducer.getVocalization(char num) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
RandomNoiseProducer.addNoise(List<Sample> samples) |
Sample |
NoiseProducer.addNoise(List<Sample> target)
Append the given
samples to each other, then add random
noise to the result. |
| Modifier and Type | Method and Description |
|---|---|
static Sample |
MixerUtil.append(List<Sample> samples)
Glues samples together.
|
static Sample |
MixerUtil.mix(Sample sample1,
double volAdj1,
Sample sample2,
double volAdj2)
Mixes two specified samples.
|
static Sample |
FileUtil.readSample(String filename)
Returns a audio sample by specified filename.
|
| Modifier and Type | Method and Description |
|---|---|
static Sample |
MixerUtil.mix(Sample sample1,
double volAdj1,
Sample sample2,
double volAdj2)
Mixes two specified samples.
|
static void |
CaptchaServletUtil.writeAudio(javax.servlet.http.HttpServletResponse response,
Sample sample)
Writes audio to the response.
|
| Modifier and Type | Method and Description |
|---|---|
static Sample |
MixerUtil.append(List<Sample> samples)
Glues samples together.
|
Copyright © 2015. All rights reserved.