public class VoiceModificationParametersPreprocessor extends VoiceModificationParameters
Modifier and Type | Field and Description |
---|---|
double[] |
escalesVar |
int |
numPeriods |
double[] |
pscalesVar |
double |
tscaleSingle |
double[] |
tscalesVar |
double[] |
vscalesVar |
Constructor and Description |
---|
VoiceModificationParametersPreprocessor(int samplingRate,
int LPOrder,
double[] pscalesIn,
double[] tscalesIn,
double[] escalesIn,
double[] vscalesIn,
int[] pitchMarksIn,
double wsFixedIn,
double ssFixedIn,
int numfrm,
int numfrmFixed,
int numPeriodsIn,
boolean isFixedRate) |
VoiceModificationParametersPreprocessor(String sourcePitchFile,
boolean isF0File,
String sourceLabelFile,
String sourceWavFile,
String targetPitchFile,
String targetWavFile,
boolean isPitchFromTargetFile,
int pitchFromTargetMethod,
boolean isDurationFromTargetFile,
int durationFromTargetMethod,
boolean isEnergyFromTargetFile,
int targetAlignmentFileType,
String targetAlignmentFile,
int[] pitchMarks,
double wsFixed,
double ssFixed,
int numfrmIn,
int numfrmFixedIn,
int numPeriodsIn,
boolean isFixedRate) |
public double[] pscalesVar
public double[] tscalesVar
public double[] escalesVar
public double[] vscalesVar
public double tscaleSingle
public int numPeriods
public VoiceModificationParametersPreprocessor(int samplingRate, int LPOrder, double[] pscalesIn, double[] tscalesIn, double[] escalesIn, double[] vscalesIn, int[] pitchMarksIn, double wsFixedIn, double ssFixedIn, int numfrm, int numfrmFixed, int numPeriodsIn, boolean isFixedRate)
public VoiceModificationParametersPreprocessor(String sourcePitchFile, boolean isF0File, String sourceLabelFile, String sourceWavFile, String targetPitchFile, String targetWavFile, boolean isPitchFromTargetFile, int pitchFromTargetMethod, boolean isDurationFromTargetFile, int durationFromTargetMethod, boolean isEnergyFromTargetFile, int targetAlignmentFileType, String targetAlignmentFile, int[] pitchMarks, double wsFixed, double ssFixed, int numfrmIn, int numfrmFixedIn, int numPeriodsIn, boolean isFixedRate) throws IOException
IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.