Package | Description |
---|---|
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. |
marytts.util.data |
Various relatively generic utilities for data generation and buffering.
|
Modifier and Type | Field and Description |
---|---|
Label[] |
Labels.items |
Modifier and Type | Method and Description |
---|---|
void |
Label.copyFrom(Label lab) |
Constructor and Description |
---|
Label(Label lab) |
Labels(Label[] items) |
Modifier and Type | Method and Description |
---|---|
static int[][] |
AlignLabelsUtils.alignLabels(Label[] seq1,
Label[] seq2) |
static int[][] |
AlignLabelsUtils.alignLabels(Label[] seq1,
Label[] seq2) |
static int[][] |
AlignLabelsUtils.alignLabels(Label[] labs1,
Label[] labs2,
double PDeletion,
double PInsertion,
double PSubstitution) |
static int[][] |
AlignLabelsUtils.alignLabels(Label[] labs1,
Label[] labs2,
double PDeletion,
double PInsertion,
double PSubstitution) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.