Package | Description |
---|---|
marytts.features | |
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.acoustic | |
marytts.tools.dbselection | |
marytts.unitselection.select |
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 TargetFeatureComputer |
FeatureRegistry.getTargetFeatureComputer(Locale locale,
String features)
Convenience method for getting a suitable target feature computer for the given locale and list of features.
|
static TargetFeatureComputer |
FeatureRegistry.getTargetFeatureComputer(Voice voice,
String features)
Convenience method for getting a suitable target feature computer for the given voice and list of features.
|
Modifier and Type | Field and Description |
---|---|
protected TargetFeatureComputer |
SoPF0Modeller.featureComputer |
protected TargetFeatureComputer |
SoPDurationModeller.featureComputer |
protected TargetFeatureComputer |
PolynomialF0Modeller.featureComputer |
protected TargetFeatureComputer |
HMMDurationF0Modeller.featureComputer
Deprecated.
|
protected TargetFeatureComputer |
CARTF0Modeller.featureComputer
Deprecated.
|
protected TargetFeatureComputer |
CARTDurationModeller.featureComputer
Deprecated.
|
protected TargetFeatureComputer |
CARTDurationModeller.pauseFeatureComputer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
TargetFeatureLister.getListTargetFeatures(TargetFeatureComputer featureComputer,
List<Element> segmentsAndBoundaries)
Return directly the targets, and set in each target its feature vector
|
String |
TargetFeatureLister.listTargetFeatures(TargetFeatureComputer featureComputer,
List<Element> segmentsAndBoundaries)
For the given elements and using the given feature computer, create a string representation of the target features.
|
Modifier and Type | Field and Description |
---|---|
protected TargetFeatureComputer |
Model.featureComputer
The producer of feature vectors for the features in
Model.predictionFeatureNames as computed by the feature processors
in Model.featureManager . |
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
FeatureMaker.processSentenceToFeatures(String nextSentence,
int textId,
TargetFeatureComputer featureComputer)
Process one sentences from text to target features
|
Modifier and Type | Field and Description |
---|---|
protected TargetFeatureComputer |
FFRTargetCostFunction.targetFeatureComputer |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.