Package | Description |
---|---|
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.tools.voiceimport | |
marytts.tools.voiceimport.traintrees | |
marytts.tools.voiceimport.vocalizations | |
marytts.unitselection.analysis | |
marytts.unitselection.data | |
marytts.unitselection.select | |
marytts.vocalizations |
Modifier and Type | Field and Description |
---|---|
protected FeatureFileReader |
PolynomialF0Modeller.contourFeatures |
Modifier and Type | Method and Description |
---|---|
protected double[] |
PolynomialF0Modeller.getMeanContour(FeatureFileReader currentContours,
int[] contourIDs) |
Modifier and Type | Field and Description |
---|---|
protected FeatureFileReader |
Voice.f0ContourFeatures |
Modifier and Type | Method and Description |
---|---|
FeatureFileReader |
Voice.getF0ContourFeatures() |
Modifier and Type | Field and Description |
---|---|
protected FeatureFileReader |
F0PolynomialTreeTrainer.contours |
protected FeatureFileReader |
F0PolynomialInspector.contours |
protected FeatureFileReader |
AcousticFeatureFileWriter.contours |
protected FeatureFileReader |
AcousticFeatureFileWriter.feats |
protected FeatureFileReader |
F0PolynomialTreeTrainer.features |
protected FeatureFileReader |
F0PolynomialInspector.features |
protected FeatureFileReader |
F0PolynomialFeatureFileWriter.features |
Constructor and Description |
---|
F0ContourPolynomialDistanceMeasure(FeatureFileReader contours) |
Modifier and Type | Field and Description |
---|---|
protected FeatureFileReader |
VocalizationF0PolynomialInspector.contours |
protected FeatureFileReader |
VocalizationF0PolynomialInspector.features |
protected FeatureFileReader |
VocalizationF0PolyFeatureFileWriter.features |
Modifier and Type | Field and Description |
---|---|
protected FeatureFileReader |
VoiceDataDumper.featureFileReader |
Modifier and Type | Class and Description |
---|---|
class |
HalfPhoneFeatureFileReader |
Modifier and Type | Method and Description |
---|---|
static FeatureFileReader |
FeatureFileReader.getFeatureFileReader(String fileName)
Get a feature file reader representing the given feature file.
|
Constructor and Description |
---|
Sentence(FeatureFileReader features,
int firstUnitIndex,
int lastUnitIndex) |
SentenceIterator(FeatureFileReader features) |
Syllable(FeatureFileReader features,
int firstUnitIndex,
int lastUnitIndex) |
SyllableIterator(FeatureFileReader features,
int fromUnitIndex,
int toUnitIndex)
Create a syllable iterator over the given feature file, starting from the given fromUnitIndex and reaching up to (and
including) the given toUnitIndex
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
VocalizationFeatureFileReader |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.