org.mobicents.media.server.impl.resource.mediaplayer.audio.tts
Class KevinVoiceFactory

java.lang.Object
  extended by com.sun.speech.freetts.VoiceDirectory
      extended by org.mobicents.media.server.impl.resource.mediaplayer.audio.tts.VoiceFactory
          extended by org.mobicents.media.server.impl.resource.mediaplayer.audio.tts.KevinVoiceFactory

public class KevinVoiceFactory
extends VoiceFactory

Factory for Kevin Voice's

Author:
amit bhayani

Field Summary
 java.net.URL cmu_us_kal_url
           
 java.net.URL cmu_us_kal16_url
           
static java.lang.String KEVIN_VOICE
           
static java.lang.String KEVIN16_VOICE
           
 
Constructor Summary
KevinVoiceFactory()
           
 
Method Summary
 com.sun.speech.freetts.Voice getVoice(java.lang.String voiceName)
           
 com.sun.speech.freetts.Voice[] getVoices()
           
 
Methods inherited from class com.sun.speech.freetts.VoiceDirectory
main, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEVIN_VOICE

public static final java.lang.String KEVIN_VOICE
See Also:
Constant Field Values

KEVIN16_VOICE

public static final java.lang.String KEVIN16_VOICE
See Also:
Constant Field Values

cmu_us_kal_url

public final java.net.URL cmu_us_kal_url

cmu_us_kal16_url

public final java.net.URL cmu_us_kal16_url
Constructor Detail

KevinVoiceFactory

public KevinVoiceFactory()
Method Detail

getVoice

public com.sun.speech.freetts.Voice getVoice(java.lang.String voiceName)
Specified by:
getVoice in class VoiceFactory
Parameters:
voiceName - The Voice corresponding to this name will be created and returned if VoiceFactory supports this name, null other wise.
Returns:

getVoices

public com.sun.speech.freetts.Voice[] getVoices()
Specified by:
getVoices in class com.sun.speech.freetts.VoiceDirectory


Copyright © 2010. All Rights Reserved.