Package | Description |
---|---|
marytts.signalproc.adaptation.prosody |
Prosody transformation algorithms for voice conversion.
A prosody modification framework has been implemented which supports: Mean and standard deviation transformation of f0 Sentence slope transformation Mean and standard deviation transformation is the best method so far. Duration and energy transformation have not yet been implemented. |
Modifier and Type | Field and Description |
---|---|
PitchStatistics[] |
PitchStatisticsCollection.entries |
PitchStatistics |
PitchStatisticsMapping.sourceGlobalStatisticsHz |
PitchStatistics |
PitchStatisticsMapping.sourceGlobalStatisticsLogHz |
PitchStatistics |
PitchStatisticsMapping.targetGlobalStatisticsHz |
PitchStatistics |
PitchStatisticsMapping.targetGlobalStatisticsLogHz |
Modifier and Type | Method and Description |
---|---|
PitchStatistics |
PitchStatisticsCollection.getGlobalStatistics(int statisticsType,
boolean isSource) |
PitchStatistics |
PitchStatisticsCollection.getGlobalStatisticsSourceHz() |
PitchStatistics |
PitchStatisticsCollection.getGlobalStatisticsSourceLogHz() |
PitchStatistics |
PitchStatisticsCollection.getGlobalStatisticsTargetHz() |
PitchStatistics |
PitchStatisticsCollection.getGlobalStatisticsTargetLogHz() |
PitchStatistics |
PitchMappingFile.readF0StatisticsEntry() |
Modifier and Type | Method and Description |
---|---|
int |
PitchTransformer.findBestMatch(PitchStatistics oneStatistics,
PitchStatisticsCollection multipleStatistics,
double[] variances) |
double[] |
PitchTransformer.transform(ProsodyTransformerParams param,
PitchStatisticsMapping mapping,
PitchStatistics inputLocalStatistics,
double[] f0s,
double[] pscales) |
void |
PitchMappingFile.writeF0StatisticsEntry(PitchStatistics p) |
Constructor and Description |
---|
PitchStatistics(PitchStatistics existing) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.