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.
|
applyInlineprotected FrameProvider newResidualAudioFrames
public LPCCrossSynthesis(FrameProvider newResidualAudioFrames, int p)
protected void processLPC(LpcAnalyser.LpCoeffs coeffs, double[] residual)
processLPC in class LPCAnalysisResynthesiscoeffs - the LPC coefficientsresidual - the residual, of length framelengthCopyright © 2000–2016 DFKI GmbH. All rights reserved.