public class PsolaFrameProvider extends Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
buffer |
protected int |
frmSize |
protected int |
fromBuffer |
protected int |
index |
protected DoubleDataSource |
input |
protected int |
numPeriods |
protected PitchMarks |
pitchMarker |
protected int |
prevFrmSize |
protected int |
remain |
Constructor and Description |
---|
PsolaFrameProvider(DoubleDataSource inputSource,
double fixedWindowSizeInSeconds,
double fixedSkipSizeInSeconds,
int fs,
int totalFrames) |
PsolaFrameProvider(DoubleDataSource inputSource,
PitchMarks pm,
int fs,
int psPeriods) |
protected double[] buffer
protected DoubleDataSource input
protected int index
protected int numPeriods
protected PitchMarks pitchMarker
protected int frmSize
protected int prevFrmSize
protected int remain
protected int fromBuffer
public PsolaFrameProvider(DoubleDataSource inputSource, PitchMarks pm, int fs, int psPeriods)
public PsolaFrameProvider(DoubleDataSource inputSource, double fixedWindowSizeInSeconds, double fixedSkipSizeInSeconds, int fs, int totalFrames)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.