Package | Description |
---|---|
marytts.signalproc.adaptation |
Packages for speaking style and speaker identity adaptation in Mary TTS
supporting various voice conversion algorithms.
|
marytts.signalproc.adaptation.codebook |
Weighted codebook based voice conversion algorithms.
|
marytts.signalproc.adaptation.gmm.jointgmm |
Joint source-target Gaussian Mixture Model based voice conversion algorithms.
|
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. |
marytts.signalproc.analysis.distance |
A collection of popular distance measures in speech processing.
|
Modifier and Type | Method and Description |
---|---|
static void |
BaselineFeatureExtractor.checkMfccFiles(BaselineAdaptationSet fileSet,
MfccFileHeader mfccParams,
boolean isForcedAnalysis) |
static void |
BaselineFeatureExtractor.energyAnalysis(BaselineAdaptationSet fileSet,
EnergyFileHeader energyParams,
boolean isForcedAnalysis) |
static void |
BaselineFeatureExtractor.f0Analysis(BaselineAdaptationSet fileSet,
PitchFileHeader ptcParams,
boolean isForcedAnalysis) |
int[] |
BaselineTrainer.getIndexedMapping(BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet) |
static void |
BaselineFeatureExtractor.lsfAnalysis(BaselineAdaptationSet fileSet,
LsfFileHeader lsfParams,
boolean isForcedAnalysis) |
void |
BaselinePreprocessor.run(BaselineAdaptationSet trainingSet) |
void |
BaselinePostprocessor.run(BaselineAdaptationSet trainingSet) |
void |
BaselineFeatureExtractor.run(BaselineAdaptationSet fileSet,
BaselineParams params,
int desiredFeatures) |
void |
BaselineTransformer.transform(BaselineAdaptationSet inputSet,
BaselineAdaptationSet outputSet) |
Modifier and Type | Method and Description |
---|---|
BaselineAdaptationSet |
WeightedCodebookTransformer.getInputSet(String inputFolder) |
BaselineAdaptationSet |
WeightedCodebookTransformer.getOutputSet(BaselineAdaptationSet inputSet,
String outputFolder) |
Modifier and Type | Method and Description |
---|---|
BaselineAdaptationSet |
JointGMMTransformer.getInputSet(String inputFolder) |
BaselineAdaptationSet |
JointGMMTransformer.getOutputSet(BaselineAdaptationSet inputSet,
String outputFolder) |
Modifier and Type | Method and Description |
---|---|
BaselineAdaptationSet |
JointGMMTransformer.getOutputSet(BaselineAdaptationSet inputSet,
String outputFolder) |
void |
JointGMMTransformer.transform(BaselineAdaptationSet inputSet,
BaselineAdaptationSet outputSet) |
Modifier and Type | Method and Description |
---|---|
void |
PitchTrainer.getStatistics(PitchMappingFile pitchMappingFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet trainingSet,
boolean isSource,
int[] map,
int statisticsType) |
void |
PitchTrainer.learnMapping(PitchMappingFile pitchMappingFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map) |
Modifier and Type | Method and Description |
---|---|
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2) |
double[] |
RmsLsfDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
boolean isBark,
double upperFreqInHz) |
double[] |
RmsLsfDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
boolean isBark,
double upperFreqInHz,
int[] map) |
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
double winSizeInSeconds) |
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
double winSizeInSeconds,
double skipSizeInSeconds) |
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
double winSizeInSeconds,
double skipSizeInSeconds,
int fftSize) |
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
double winSizeInSeconds,
double skipSizeInSeconds,
int fftSize,
int lpOrder) |
double[] |
BaselineLPSpectralEnvelopeDistortionComputer.getDistances(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
double winSizeInSeconds,
double skipSizeInSeconds,
int fftSize,
int lpOrder,
int[] map) |
double[][] |
RmsLsfDistortionComputer.getDistancesPerFile(BaselineAdaptationSet set1,
BaselineAdaptationSet set2,
boolean isBark,
double upperFreqInHz,
int[] map)
Compute the distances per file
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.