Package | Description |
---|---|
marytts.features | |
marytts.language.de.features | |
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.acoustic | |
marytts.unitselection.select |
Modifier and Type | Method and Description |
---|---|
static FeatureProcessorManager |
FeatureRegistry.determineBestFeatureProcessorManager(Locale locale)
For the given locale, return the best feature manager.
|
static FeatureProcessorManager |
FeatureRegistry.determineBestFeatureProcessorManager(Voice voice)
For the given voice, return the best feature manager.
|
static FeatureProcessorManager |
FeatureRegistry.getFallbackFeatureProcessorManager()
Get the fallback feature processor manager which should be used if there is no voice- or locale-specific feature processor
manager.
|
static FeatureProcessorManager |
FeatureRegistry.getFeatureProcessorManager(Locale locale)
Get the feature processor manager associated with the given locale, if any.
|
static FeatureProcessorManager |
FeatureRegistry.getFeatureProcessorManager(Voice voice)
Get the feature processor manager associated with the given voice, if any.
|
Modifier and Type | Method and Description |
---|---|
static TargetFeatureComputer |
FeatureRegistry.getTargetFeatureComputer(FeatureProcessorManager mgr,
String features)
Obtain a TargetFeatureComputer that knows how to compute features for a Target using the given set of feature processor
names.
|
static void |
FeatureRegistry.setFallbackFeatureProcessorManager(FeatureProcessorManager mgr)
Set the given feature processor manager as the one to use when no voice- or locale-specific feature processor manager can
be found.
|
static void |
FeatureRegistry.setFeatureProcessorManager(Locale locale,
FeatureProcessorManager mgr)
Set the given feature processor manager as the one to use for the given locale.
|
static void |
FeatureRegistry.setFeatureProcessorManager(Voice voice,
FeatureProcessorManager mgr)
Set the given feature processor manager as the one to use for the given voice.
|
Constructor and Description |
---|
TargetFeatureComputer(FeatureProcessorManager manager,
String featureProcessorNames)
Construct a TargetFeatureComputer that knows how to compute features for a Target using the given set of feature processor
names.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureProcessorManager |
Constructor and Description |
---|
AcousticModeller(Locale locale,
String propertyPrefix,
FeatureProcessorManager featureProcessorManager)
Constructor to be called with instantiated objects.
|
CARTDurationModeller(Locale locale,
String propertyPrefix,
FeatureProcessorManager featureProcessorManager)
Deprecated.
Constructor to be called with instantiated objects.
|
CARTF0Modeller(Locale locale,
String propertyPrefix,
FeatureProcessorManager featureProcessorManager)
Deprecated.
Constructor to be called with instantiated objects.
|
HMMDurationF0Modeller(Locale locale,
String hmmVoiceName,
FeatureProcessorManager featureProcessorManager)
Deprecated.
|
PolynomialF0Modeller(Locale locale,
String propertyPrefix,
FeatureProcessorManager featureProcessorManager)
Constructor to be called with instantiated objects.
|
SoPDurationModeller(Locale locale,
String sopFile,
FeatureProcessorManager featureProcessorManager)
Constructor to be called with instantiated objects.
|
SoPF0Modeller(Locale locale,
String sopFile,
FeatureProcessorManager featureProcessorManager)
Constructor to be called with instantiated objects.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureProcessorManager |
Model.featureManager
The feature processors used for prediction.
|
Constructor and Description |
---|
BoundaryModel(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo) |
CARTModel(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo) |
HMMModel(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo)
Model constructor
|
Model(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo)
Model constructor
|
SoPModel(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo)
Model constructor
|
Modifier and Type | Method and Description |
---|---|
void |
TargetCostFunction.load(FeatureFileReader featureFileReader,
InputStream weightsStream,
FeatureProcessorManager featProc)
Initialise the data needed to do a target cost computation.
|
void |
FFRTargetCostFunction.load(FeatureFileReader ffr,
InputStream weightsStream,
FeatureProcessorManager featProc) |
void |
DiphoneFFRTargetCostFunction.load(FeatureFileReader ffr,
InputStream weightsStream,
FeatureProcessorManager featProc) |
void |
HalfPhoneFFRTargetCostFunction.load(FeatureFileReader featureFileReader,
String weightsFile,
FeatureProcessorManager featProc) |
void |
TargetCostFunction.load(String featureFileName,
InputStream weightsStream,
FeatureProcessorManager featProc)
Initialise the data needed to do a target cost computation.
|
void |
FFRTargetCostFunction.load(String featureFileName,
InputStream weightsStream,
FeatureProcessorManager featProc)
Initialise the data needed to do a target cost computation.
|
void |
DiphoneFFRTargetCostFunction.load(String featureFileName,
InputStream weightsStream,
FeatureProcessorManager featProc)
Initialise the data needed to do a target cost computation.
|
void |
HalfPhoneFFRTargetCostFunction.load(String featureFileName,
String weightsFile,
FeatureProcessorManager featProc)
Initialise the data needed to do a target cost computation.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.