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.analysis |
A collection of analysis algorithms for signal processing.
Important classes are as follows: LpcAnalyser: Linear prediction analysis using autocorrelation appraoch and Durbin recursion LsfAnalyser: Computation of line spectral frequencies (LSFs, or line spectral pairs - LSPs) based on LpcAnalyser EnergyAnalyser: Energy contour estimation with voice activity detection support F0TrackerAutocorrelationHeuristic: An autocorrelation based f0 analysis algorithm extended with heuristic post-processing to reduce voiced/unvoiced errors and f0 doubling/halving problems. |
Modifier and Type | Field and Description |
---|---|
PitchFileHeader |
BaselineTransformerParams.ptcParams |
PitchFileHeader |
BaselineMappingFileHeader.ptcParams |
Modifier and Type | Method and Description |
---|---|
static void |
BaselineFeatureExtractor.f0Analysis(BaselineAdaptationSet fileSet,
PitchFileHeader ptcParams,
boolean isForcedAnalysis) |
Modifier and Type | Field and Description |
---|---|
PitchFileHeader |
WeightedCodebookFileHeader.ptcParams |
Modifier and Type | Field and Description |
---|---|
PitchFileHeader |
PitchReaderWriter.header |
protected PitchFileHeader |
F0TrackerAutocorrelationHeuristic.params |
Modifier and Type | Method and Description |
---|---|
PitchFileHeader |
SPTKPitchReaderWriter.getPitchFileHeader()
get pitch file header
|
Modifier and Type | Method and Description |
---|---|
void |
PitchMarks.findAndSetUnvoicedF0s(double[] f0sRef,
PitchFileHeader f0Header,
int samplingRateInHz) |
void |
PitchMarks.findAndSetUnvoicedF0s(float[] f0sRef,
PitchFileHeader f0Header,
int samplingRateInHz) |
Constructor and Description |
---|
F0TrackerAutocorrelationHeuristic(PitchFileHeader paramsIn) |
PitchFileHeader(PitchFileHeader existingHeader) |
SPTKPitchReaderWriter(double[] contour,
PitchFileHeader header)
create a SPTK Pitch reader writer with external contour
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.