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 |
Gaussian Mixture Model based voice conversion algorithms.
|
marytts.signalproc.adaptation.gmm.jointgmm |
Joint source-target Gaussian Mixture Model based voice conversion algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetLsfCopyMapper |
Modifier and Type | Method and Description |
---|---|
void |
FdpsolaAdapter.fdpsolaOnline(VocalTractTransformationFunction vtMapper,
VocalTractTransformationData vtData,
PitchTransformationData ptData) |
double[] |
FdpsolaAdapter.processFrame(double[] frmIn,
boolean isVoiced,
double currentF0,
double targetF0,
double tscale,
double escale,
double vscale,
boolean isLastInputFrame,
int currentPeriod,
int inputFrameSize,
VocalTractTransformationFunction mapper,
VocalTractTransformationData data) |
double[] |
MfccAdapter.processFrame(double[] frameMfccs,
VocalTractTransformationFunction mapper,
VocalTractTransformationData data) |
static void |
BaselineTransformer.transformOneItem(BaselineAdaptationItem inputItem,
BaselineAdaptationItem outputItem,
BaselineTransformerParams tfmParams,
VocalTractTransformationFunction vttFunction,
VocalTractTransformationData vtData,
PitchTransformationData pMap) |
void |
MfccAdapter.transformOnline(VocalTractTransformationFunction vtMapper,
VocalTractTransformationData vtData) |
Modifier and Type | Class and Description |
---|---|
class |
WeightedCodebookMapper
This class performs mapping of acoustic features to be transformed to the codebook entries
|
Modifier and Type | Class and Description |
---|---|
class |
GMMMapper
Baseline class for GMM based voice conversion source-target mapping
|
Modifier and Type | Class and Description |
---|---|
class |
JointGMMMapper
Implements joint-GMM based speaker feature transformation from source acoustic space to target acoustic space
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.