Package | Description |
---|---|
marytts.datatypes | |
marytts.language.en_US.datatypes | |
marytts.language.ru | |
marytts.language.te | |
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.server |
Modifier and Type | Class and Description |
---|---|
class |
MaryDataTypeWithParams |
Modifier and Type | Field and Description |
---|---|
static MaryDataType |
MaryDataType.ACOUSTPARAMS |
static MaryDataType |
MaryDataType.ALLOPHONES |
static MaryDataType |
MaryDataType.APML |
static MaryDataType |
MaryDataType.AUDIO |
static MaryDataType |
MaryDataType.DURATIONS |
static MaryDataType |
MaryDataType.EMOTIONML |
static MaryDataType |
MaryDataType.FESTIVAL_UTT |
static MaryDataType |
MaryDataType.HALFPHONE_TARGETFEATURES |
static MaryDataType |
MaryDataType.HTSCONTEXT |
static MaryDataType |
MaryDataType.INTONATION |
static MaryDataType |
MaryDataType.PARTSOFSPEECH |
static MaryDataType |
MaryDataType.PHONEMES |
static MaryDataType |
MaryDataType.PRAAT_TEXTGRID |
static MaryDataType |
MaryDataType.RAWMARYXML |
static MaryDataType |
MaryDataType.REALISED_ACOUSTPARAMS |
static MaryDataType |
MaryDataType.REALISED_DURATIONS |
static MaryDataType |
MaryDataType.SABLE |
static MaryDataType |
MaryDataType.SIMPLEPHONEMES |
static MaryDataType |
MaryDataType.SSML |
static MaryDataType |
MaryDataType.TARGETFEATURES |
static MaryDataType |
MaryDataType.TEXT |
static MaryDataType |
MaryDataType.TOKENS |
static MaryDataType |
MaryDataType.WORDS |
Modifier and Type | Method and Description |
---|---|
static MaryDataType |
MaryDataType.get(String name)
Look up a data type by name.
|
MaryDataType |
MaryData.getType() |
Modifier and Type | Method and Description |
---|---|
static List<MaryDataType> |
MaryDataType.getDataTypes()
Provide a list of known data types, i.e.
|
static List<MaryDataType> |
MaryDataType.getInputTypes()
Provide the list of all registered data types that can be used as input.
|
static List<MaryDataType> |
MaryDataType.getOutputTypes()
Provide the list of all registered data types that can be used as output.
|
Modifier and Type | Method and Description |
---|---|
static String |
MaryDataType.getExampleText(MaryDataType type,
Locale locale)
Get an example text for the given type and the given locale.
|
static void |
MaryDataType.registerDataType(MaryDataType type) |
Constructor and Description |
---|
MaryData(MaryDataType type,
Locale locale) |
MaryData(MaryDataType type,
Locale locale,
boolean createStubDocument) |
MaryDataTypeWithParams(MaryDataType type,
String params) |
Modifier and Type | Field and Description |
---|---|
static MaryDataType |
USEnglishDataTypes.PAUSES_US |
static MaryDataType |
USEnglishDataTypes.PHRASES_US |
Constructor and Description |
---|
Phonemiser(String componentName,
MaryDataType inputType,
MaryDataType outputType,
String allophonesProperty,
String userdictProperty)
Constructor providing the individual filenames of files that are required.
|
Constructor and Description |
---|
JPhonemiser(String componentName,
MaryDataType inputType,
MaryDataType outputType,
String allophonesProperty,
String userdictProperty,
String utf8toit3mapProperty)
Constructor providing the individual filenames of files that are required.
|
Modifier and Type | Method and Description |
---|---|
MaryDataType |
MaryModule.getInputType() |
MaryDataType |
InternalModule.getInputType() |
MaryDataType |
ExternalModule.getInputType() |
MaryDataType |
MaryModule.getOutputType() |
MaryDataType |
InternalModule.getOutputType() |
MaryDataType |
ExternalModule.getOutputType() |
MaryDataType |
MaryModule.inputType()
Deprecated.
|
MaryDataType |
InternalModule.inputType()
Deprecated.
|
MaryDataType |
ExternalModule.inputType()
Deprecated.
|
MaryDataType |
MaryModule.outputType()
Deprecated.
|
MaryDataType |
InternalModule.outputType()
Deprecated.
|
MaryDataType |
ExternalModule.outputType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<MaryModule> |
ModuleRegistry.getPreferredModulesForInputType(MaryDataType wanted_input_type)
Provide a list containing preferred modules for the specified input type
|
static LinkedList<MaryModule> |
ModuleRegistry.modulesRequiredForProcessing(MaryDataType sourceType,
MaryDataType targetType,
Locale locale)
A method for determining the list of modules required to transform the given source data type into the requested target
data type.
|
static LinkedList<MaryModule> |
ModuleRegistry.modulesRequiredForProcessing(MaryDataType sourceType,
MaryDataType targetType,
Locale locale,
Voice voice)
A method for determining the list of modules required to transform the given source data type into the requested target
data type.
|
Constructor and Description |
---|
ExternalModule(String name,
String cmd,
MaryDataType inputType,
MaryDataType outputType,
Locale locale) |
InternalModule(String name,
MaryDataType inputType,
MaryDataType outputType,
Locale locale) |
JPhonemiser(String componentName,
MaryDataType inputType,
MaryDataType outputType,
String allophonesProperty,
String userdictProperty,
String lexiconProperty,
String ltsProperty)
Constructor providing the individual filenames of files that are required.
|
JPhonemiser(String componentName,
MaryDataType inputType,
MaryDataType outputType,
String allophonesProperty,
String userdictProperty,
String lexiconProperty,
String ltsProperty,
String removetrailingonefromphonesProperty)
Constructor providing the individual filenames of files that are required.
|
JTokeniser(MaryDataType inputType,
MaryDataType outputType,
Locale locale) |
ProsodyGeneric(MaryDataType inputType,
MaryDataType outputType,
Locale locale,
String tobipredFileName,
String accentPriorities,
String syllableAccents,
String paragraphDeclination) |
ProsodyGenericFST(MaryDataType inputType,
MaryDataType outputType,
Locale locale,
String tobipredFileName,
String accentPriorities,
String syllableAccents,
String paragraphDeclination) |
SimplePhoneme2AP(MaryDataType inputType,
MaryDataType outputType,
Locale locale) |
SynthesisCallerBase(String name,
MaryDataType inputType,
MaryDataType outputType) |
TargetFeatureLister(MaryDataType outputType) |
Modifier and Type | Method and Description |
---|---|
Vector<MaryModule> |
Voice.getPreferredModulesAcceptingType(MaryDataType type) |
Modifier and Type | Field and Description |
---|---|
protected MaryDataType |
Request.inputType |
protected MaryDataType |
Request.outputType |
Modifier and Type | Method and Description |
---|---|
MaryDataType |
Request.getInputType() |
MaryDataType |
Request.getOutputType() |
Constructor and Description |
---|
Request(MaryDataType inputType,
MaryDataType outputType,
Locale defaultLocale,
Voice defaultVoice,
String defaultEffects,
String defaultStyle,
int id,
AudioFileFormat audioFileFormat) |
Request(MaryDataType inputType,
MaryDataType outputType,
Locale defaultLocale,
Voice defaultVoice,
String defaultEffects,
String defaultStyle,
int id,
AudioFileFormat audioFileFormat,
boolean streamAudio,
String outputTypeParams) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.