public class AudioProcessingStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
delayMedianMs
Delay median in milliseconds
|
private int |
delayMs
Delay in milliseconds
|
private int |
delayStandardDeviationMs
Delay standard deviation in milliseconds
|
private double |
divergentFilterFraction
Divergent filter fraction
|
private double |
echoReturnLoss
Echo return loss
|
private double |
echoReturnLossEnhancement
Echo return loss enhancement
|
private double |
residualEchoLikelihood
Residual echo likelihood
|
private double |
residualEchoLikelihoodRecentMax
Residual echo likelihood recent maximum
|
| Constructor and Description |
|---|
AudioProcessingStats()
Default constructor for AudioProcessingStats.
|
AudioProcessingStats(double echoReturnLoss,
double echoReturnLossEnhancement,
double divergentFilterFraction,
int delayMedianMs,
int delayStandardDeviationMs,
double residualEchoLikelihood,
double residualEchoLikelihoodRecentMax,
int delayMs)
Constructs AudioProcessingStats with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDelayMedianMs()
Gets the delay median in milliseconds.
|
int |
getDelayMs()
Gets the delay in milliseconds.
|
int |
getDelayStandardDeviationMs()
Gets the delay standard deviation in milliseconds.
|
double |
getDivergentFilterFraction()
Gets the divergent filter fraction.
|
double |
getEchoReturnLoss()
Gets the echo return loss.
|
double |
getEchoReturnLossEnhancement()
Gets the echo return loss enhancement.
|
double |
getResidualEchoLikelihood()
Gets the residual echo likelihood.
|
double |
getResidualEchoLikelihoodRecentMax()
Gets the residual echo likelihood recent maximum.
|
void |
setDelayMedianMs(int delayMedianMs)
Sets the delay median in milliseconds.
|
void |
setDelayMs(int delayMs)
Sets the delay in milliseconds.
|
void |
setDelayStandardDeviationMs(int delayStandardDeviationMs)
Sets the delay standard deviation in milliseconds.
|
void |
setDivergentFilterFraction(double divergentFilterFraction)
Sets the divergent filter fraction.
|
void |
setEchoReturnLoss(double echoReturnLoss)
Sets the echo return loss.
|
void |
setEchoReturnLossEnhancement(double echoReturnLossEnhancement)
Sets the echo return loss enhancement.
|
void |
setResidualEchoLikelihood(double residualEchoLikelihood)
Sets the residual echo likelihood.
|
void |
setResidualEchoLikelihoodRecentMax(double residualEchoLikelihoodRecentMax)
Sets the residual echo likelihood recent maximum.
|
private double echoReturnLoss
private double echoReturnLossEnhancement
private double divergentFilterFraction
private int delayMedianMs
private int delayStandardDeviationMs
private double residualEchoLikelihood
private double residualEchoLikelihoodRecentMax
private int delayMs
public AudioProcessingStats()
public AudioProcessingStats(double echoReturnLoss,
double echoReturnLossEnhancement,
double divergentFilterFraction,
int delayMedianMs,
int delayStandardDeviationMs,
double residualEchoLikelihood,
double residualEchoLikelihoodRecentMax,
int delayMs)
echoReturnLoss - Echo return lossechoReturnLossEnhancement - Echo return loss enhancementdivergentFilterFraction - Divergent filter fractiondelayMedianMs - Delay median in millisecondsdelayStandardDeviationMs - Delay standard deviation in millisecondsresidualEchoLikelihood - Residual echo likelihoodresidualEchoLikelihoodRecentMax - Residual echo likelihood recent maximumdelayMs - Delay in millisecondspublic double getEchoReturnLoss()
public void setEchoReturnLoss(double echoReturnLoss)
echoReturnLoss - Echo return losspublic double getEchoReturnLossEnhancement()
public void setEchoReturnLossEnhancement(double echoReturnLossEnhancement)
echoReturnLossEnhancement - Echo return loss enhancementpublic double getDivergentFilterFraction()
public void setDivergentFilterFraction(double divergentFilterFraction)
divergentFilterFraction - Divergent filter fractionpublic int getDelayMedianMs()
public void setDelayMedianMs(int delayMedianMs)
delayMedianMs - Delay median in millisecondspublic int getDelayStandardDeviationMs()
public void setDelayStandardDeviationMs(int delayStandardDeviationMs)
delayStandardDeviationMs - Delay standard deviation in millisecondspublic double getResidualEchoLikelihood()
public void setResidualEchoLikelihood(double residualEchoLikelihood)
residualEchoLikelihood - Residual echo likelihoodpublic double getResidualEchoLikelihoodRecentMax()
public void setResidualEchoLikelihoodRecentMax(double residualEchoLikelihoodRecentMax)
residualEchoLikelihoodRecentMax - Residual echo likelihood recent maximumpublic int getDelayMs()
public void setDelayMs(int delayMs)
delayMs - Delay in milliseconds