com.octo.captcha.component.sound.wordtosound
Class CleanFreeTTSWordToSound

java.lang.Object
  extended by com.octo.captcha.component.sound.wordtosound.AbstractFreeTTSWordToSound
      extended by com.octo.captcha.component.sound.wordtosound.CleanFreeTTSWordToSound
All Implemented Interfaces:
WordToSound

public class CleanFreeTTSWordToSound
extends AbstractFreeTTSWordToSound

Clean use of FreeTTS, without effect.


Field Summary
 
Fields inherited from class com.octo.captcha.component.sound.wordtosound.AbstractFreeTTSWordToSound
defaultVoiceName, defaultVoicePackage
 
Constructor Summary
CleanFreeTTSWordToSound()
           
CleanFreeTTSWordToSound(SoundConfigurator configurator, int minAcceptedWordLength, int maxAcceptedWordLength)
           
 
Method Summary
protected  javax.sound.sampled.AudioInputStream addEffects(javax.sound.sampled.AudioInputStream sound)
           
 
Methods inherited from class com.octo.captcha.component.sound.wordtosound.AbstractFreeTTSWordToSound
getMaxAcceptedWordLenght, getMaxAcceptedWordLength, getMinAcceptedWordLenght, getMinAcceptedWordLength, getSound, getSound, stringToSound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanFreeTTSWordToSound

public CleanFreeTTSWordToSound()

CleanFreeTTSWordToSound

public CleanFreeTTSWordToSound(SoundConfigurator configurator,
                               int minAcceptedWordLength,
                               int maxAcceptedWordLength)
See Also:
AbstractFreeTTSWordToSound.AbstractFreeTTSWordToSound(com.octo.captcha.component.sound.soundconfigurator.SoundConfigurator, int, int)
Method Detail

addEffects

protected javax.sound.sampled.AudioInputStream addEffects(javax.sound.sampled.AudioInputStream sound)
Specified by:
addEffects in class AbstractFreeTTSWordToSound
See Also:
AbstractFreeTTSWordToSound.addEffects(javax.sound.sampled.AudioInputStream)


Copyright 2003-2009 JCaptcha. All Rights Reserved.