|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoundConfigurator | |
---|---|
com.octo.captcha.component.sound.soundconfigurator | This package provides implementations of the SoundConfigurator interface. |
com.octo.captcha.component.sound.wordtosound | This package provides implementations of the WordDecorator interface. |
Uses of SoundConfigurator in com.octo.captcha.component.sound.soundconfigurator |
---|
Classes in com.octo.captcha.component.sound.soundconfigurator that implement SoundConfigurator | |
---|---|
class |
FreeTTSSoundConfigurator
Implmenentation for a FreeTTS configuration |
Uses of SoundConfigurator in com.octo.captcha.component.sound.wordtosound |
---|
Fields in com.octo.captcha.component.sound.wordtosound declared as SoundConfigurator | |
---|---|
protected SoundConfigurator |
AbstractWordToSound.configurator
|
Constructors in com.octo.captcha.component.sound.wordtosound with parameters of type SoundConfigurator | |
---|---|
AbstractFreeTTSWordToSound(SoundConfigurator configurator,
int minAcceptedWordLength,
int maxAcceptedWordLength)
Constructor for a FreeTTS implmentation of WordToSound. |
|
AbstractWordToSound(SoundConfigurator configurator,
int minAcceptedWordLength,
int maxAcceptedWordLength)
Constructor with a configurator |
|
CleanFreeTTSWordToSound(SoundConfigurator configurator,
int minAcceptedWordLength,
int maxAcceptedWordLength)
|
|
FreeTTSWordToSound(SoundConfigurator configurator,
int minAcceptedWordLength,
int maxAcceptedWordLength)
Constructor for a FreeTTS implmentation of WordToSound. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |