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 |
---|---|
PitchStatisticsCollection |
PitchMapping.f0StatisticsCollection |
PitchStatisticsCollection |
PitchStatisticsMapping.sourceLocalStatisticsHz |
PitchStatisticsCollection |
PitchStatisticsMapping.sourceLocalStatisticsLogHz |
PitchStatisticsCollection |
PitchStatisticsMapping.targetLocalStatisticsHz |
PitchStatisticsCollection |
PitchStatisticsMapping.targetLocalStatisticsLogHz |
Modifier and Type | Method and Description |
---|---|
PitchStatisticsCollection |
PitchStatisticsCollection.getLocalStatistics(int statisticsType,
boolean isSource) |
PitchStatisticsCollection |
PitchStatisticsCollection.getLocalStatisticsSourceHz() |
PitchStatisticsCollection |
PitchStatisticsCollection.getLocalStatisticsSourceLogHz() |
PitchStatisticsCollection |
PitchStatisticsCollection.getLocalStatisticsTargetHz() |
PitchStatisticsCollection |
PitchStatisticsCollection.getLocalStatisticsTargetLogHz() |
PitchStatisticsCollection |
PitchStatisticsCollection.getStatistics(boolean isGlobal,
int statisticsType,
boolean isSource) |
Modifier and Type | Method and Description |
---|---|
int |
PitchTransformer.findBestMatch(PitchStatistics oneStatistics,
PitchStatisticsCollection multipleStatistics,
double[] variances) |
Constructor and Description |
---|
PitchStatisticsCollection(PitchStatisticsCollection existing) |
PitchStatisticsMapping(PitchStatisticsCollection allFromTraining) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.