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. |
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.signalproc.sinusoidal.hntm.analysis |
Analysis package for harmonics plus noise speech models.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicProsodyModifierParams.init(PitchReaderWriter f0Src,
Labels labSrc,
PitchReaderWriter f0Tgt,
Labels labTgt,
boolean isPitchScale,
boolean isTimeScale) |
Constructor and Description |
---|
BasicProsodyModifierParams(PitchReaderWriter f0Src,
Labels labSrc,
PitchReaderWriter f0Tgt,
Labels labTgt,
boolean isPitchScale,
boolean isTimeScale) |
Modifier and Type | Class and Description |
---|---|
class |
F0ReaderWriter
File I/O for binary pitch contour files
|
Modifier and Type | Method and Description |
---|---|
PitchReaderWriter |
F0TrackerAutocorrelationHeuristic.pitchAnalyzeWavFile(String wavFileIn) |
PitchReaderWriter |
F0TrackerAutocorrelationHeuristic.pitchAnalyzeWavFile(String wavFileIn,
String ptcFileOut) |
Modifier and Type | Method and Description |
---|---|
HntmSpeechSignal |
HntmAnalyzer.analyze(double[] x,
int fs,
PitchReaderWriter f0) |
HntmSpeechSignal |
HntmAnalyzer.analyze(double[] x,
int fs,
PitchReaderWriter f0,
Labels labels,
HntmAnalyzerParams analysisParams,
HntmSynthesizerParams synthesisParamsBeforeNoiseAnalysis,
String analysisResultsFile) |
HntmSpeechSignal |
HntmAnalyzer.analyze(short[] x,
int fs,
PitchReaderWriter f0) |
HntmSpeechSignal |
HntmAnalyzer.analyze(short[] x,
int fs,
PitchReaderWriter f0,
Labels labels,
HntmAnalyzerParams analysisParams,
HntmSynthesizerParams synthesisParamsBeforeNoiseAnalysis) |
HntmSpeechSignal |
HntmAnalyzer.analyze(short[] x,
int fs,
PitchReaderWriter f0,
Labels labels,
HntmAnalyzerParams analysisParams,
HntmSynthesizerParams synthesisParamsBeforeNoiseAnalysis,
String analysisResultsFile) |
HarmonicAndTransientAnalysisOutput |
HntmAnalyzer.analyzeHarmonicAndTransientParts(double[] x,
int fs,
PitchReaderWriter f0,
Labels labels,
HntmAnalyzerParams analysisParams) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.