public class NoisePartWaveformSynthesizer extends Object
Constructor and Description |
---|
NoisePartWaveformSynthesizer() |
Modifier and Type | Method and Description |
---|---|
static void |
processFrame(HntmSpeechFrame prevFrame,
HntmSpeechFrame currentFrame,
HntmSpeechFrame nextFrame,
int samplingRateInHz,
boolean isFirstSynthesisFrame,
boolean isLastSynthesisFrame,
double[] noisePartWaveform,
double[] wgts,
boolean existsLeftContexts,
HntmSpeechFrame currentLeftContext,
boolean existsRightContexts,
HntmSpeechFrame currentRightContext) |
static double[] |
synthesize(HntmSpeechSignal hnmSignal,
HntmSpeechFrame[] leftContexts,
HntmSpeechFrame[] rightContexts,
HntmAnalyzerParams analysisParams) |
public static double[] synthesize(HntmSpeechSignal hnmSignal, HntmSpeechFrame[] leftContexts, HntmSpeechFrame[] rightContexts, HntmAnalyzerParams analysisParams)
public static void processFrame(HntmSpeechFrame prevFrame, HntmSpeechFrame currentFrame, HntmSpeechFrame nextFrame, int samplingRateInHz, boolean isFirstSynthesisFrame, boolean isLastSynthesisFrame, double[] noisePartWaveform, double[] wgts, boolean existsLeftContexts, HntmSpeechFrame currentLeftContext, boolean existsRightContexts, HntmSpeechFrame currentRightContext)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.