public class ProsodyModifier extends Object
Modifier and Type | Field and Description |
---|---|
int |
fs |
Constructor and Description |
---|
ProsodyModifier(int samplingRate) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
main2(String[] args) |
double[] |
process(double[] x,
double[] f0s,
float f0_ws,
float f0_ss,
boolean isVoicingAdaptiveTimeScaling,
float timeScalingVoicingThreshold,
boolean isVoicingAdaptivePitchScaling,
float[] timeScales,
float[] timeScalesTimes,
float[] pitchScales,
float[] pitchScalesTimes,
float skipSizeInSeconds,
float deltaInHz,
float numPeriods,
boolean bRefinePeakEstimatesParabola,
boolean bRefinePeakEstimatesBias,
boolean bSpectralReassignment,
boolean bAdjustNeighFreqDependent,
boolean isSilentSynthesis,
double absMaxDesired,
int spectralEnvelopeType,
int analyzerType,
int synthesizerType,
int pitchMarkOffset,
int sysPhaseModMethod,
int sysAmpModMethod) |
double[] |
process(double[] x,
double[] f0s,
float f0_ws,
float f0_ss,
boolean isVoicingAdaptiveTimeScaling,
float timeScalingVoicingThreshold,
boolean isVoicingAdaptivePitchScaling,
float timeScale,
float pitchScale,
float skipSizeInSeconds,
float deltaInHz,
float numPeriods,
boolean bRefinePeakEstimatesParabola,
boolean bRefinePeakEstimatesBias,
boolean bSpectralReassignment,
boolean bAdjustNeighFreqDependent,
boolean isSilentSynthesis,
double absMaxDesired,
int spectralEnvelopeType,
int analyzerType,
int synthesizerType,
int pitchMarkOffset,
int sysPhaseModMethod,
int sysAmpModMethod) |
public double[] process(double[] x, double[] f0s, float f0_ws, float f0_ss, boolean isVoicingAdaptiveTimeScaling, float timeScalingVoicingThreshold, boolean isVoicingAdaptivePitchScaling, float timeScale, float pitchScale, float skipSizeInSeconds, float deltaInHz, float numPeriods, boolean bRefinePeakEstimatesParabola, boolean bRefinePeakEstimatesBias, boolean bSpectralReassignment, boolean bAdjustNeighFreqDependent, boolean isSilentSynthesis, double absMaxDesired, int spectralEnvelopeType, int analyzerType, int synthesizerType, int pitchMarkOffset, int sysPhaseModMethod, int sysAmpModMethod) throws Exception
Exception
public double[] process(double[] x, double[] f0s, float f0_ws, float f0_ss, boolean isVoicingAdaptiveTimeScaling, float timeScalingVoicingThreshold, boolean isVoicingAdaptivePitchScaling, float[] timeScales, float[] timeScalesTimes, float[] pitchScales, float[] pitchScalesTimes, float skipSizeInSeconds, float deltaInHz, float numPeriods, boolean bRefinePeakEstimatesParabola, boolean bRefinePeakEstimatesBias, boolean bSpectralReassignment, boolean bAdjustNeighFreqDependent, boolean isSilentSynthesis, double absMaxDesired, int spectralEnvelopeType, int analyzerType, int synthesizerType, int pitchMarkOffset, int sysPhaseModMethod, int sysAmpModMethod) throws Exception
Exception
Copyright © 2000–2016 DFKI GmbH. All rights reserved.