Package | Description |
---|---|
marytts.signalproc.sinusoidal.hntm.synthesis |
Synthesis package for harmonics plus noise model consisting of the
following modules:
HarmonicPartLinearPhaseInterpolatorSynthesizer: harmonic part
synthesis with a linear phase interpolator
NoisePartWaveformSynthesizer: Noise part synthesizer when the
noise is kept as original-harmonic waveform
NoisePartLpFilterPostHpfLpcSynthesizer: Noise part synthesizer
using linear prediction forward filter with optional post filtering
with an highpass filter
NoisePartWindowedOverlapAddLpcSynthesizer: Noise part synthesizer using a windowed overlap add approach (supports highpass filtering as well) NoisePartPseudoHarmonicSynthesizer: A pseudo-harmonic approach for noise part generation using parameters obtained by the harmonic part analysis algorithm applied to noise part assuming a fixed f0 TransientPartSynthesizer: A waveform synthesizer for transient parts (performs windowing at transition boundaries) |
Modifier and Type | Method and Description |
---|---|
HntmSynthesizedSignal |
HntmSynthesizer.synthesize(HntmSpeechSignal hntmSignal,
HntmSpeechFrame[] leftContexts,
HntmSpeechFrame[] rightContexts,
BasicProsodyModifierParams pmodParams,
String referenceFile,
HntmAnalyzerParams analysisParams,
HntmSynthesizerParams synthesisParams) |
Modifier and Type | Method and Description |
---|---|
void |
HntmSynthesizedSignal.concat(HntmSynthesizedSignal newSignal) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.