|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alchar.jdtk.jsapi.DTKEngineCentral
public class DTKEngineCentral
This class implements the JSAPI 1.0 EngineCentral interface for the DECtalk software speech synthesizer. In order to use a DTKSynthesizer, place the following line in the speech.properties file:
DTKSynthEngineCentral=org.alchar.jdtk.jsapi.DTKEngineCentral
| Constructor Summary | |
|---|---|
DTKEngineCentral()
Create a new DTKEngineCentral object. |
|
| Method Summary | |
|---|---|
EngineList |
createEngineList(EngineModeDesc require)
Return a list with references to all synthesizer that match the given parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTKEngineCentral()
throws Exception
Exception| Method Detail |
|---|
public EngineList createEngineList(EngineModeDesc require)
The DECtalk software speech synthesizer currently supports US English only, with 9 different speakers. A single DTKSynthesizerModeDesc object is created here, with all 9 voices associated with it.
createEngineList in interface EngineCentralrequire - Required mode description
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2007-2009 Kris Van Hees. All Rights Reserved.