public class LPCCrossSynthesis extends LPCAnalysisResynthesis
Modifier and Type | Field and Description |
---|---|
protected FrameProvider |
newResidualAudioFrames |
p
Constructor and Description |
---|
LPCCrossSynthesis(FrameProvider newResidualAudioFrames,
int p) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
Replace residual with new residual from audio signal, adapting the gain in order to maintain overall volume.
|
applyInline
protected FrameProvider newResidualAudioFrames
public LPCCrossSynthesis(FrameProvider newResidualAudioFrames, int p)
protected void processLPC(LpcAnalyser.LpCoeffs coeffs, double[] residual)
processLPC
in class LPCAnalysisResynthesis
coeffs
- the LPC coefficientsresidual
- the residual, of length framelengthCopyright © 2000–2016 DFKI GmbH. All rights reserved.