Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_pitch_est_defines_FLP

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_pitch_est_defines_FLP

public class Silk_pitch_est_defines_FLP
extends Object

Definitions For FLP pitch estimator.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static float PITCH_EST_FLP_FLATCONTOUR_BIAS
           
(package private) static float PITCH_EST_FLP_PREVLAG_BIAS
           
(package private) static float PITCH_EST_FLP_SHORTLAG_BIAS
           
 
Constructor Summary
Silk_pitch_est_defines_FLP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PITCH_EST_FLP_SHORTLAG_BIAS

static final float PITCH_EST_FLP_SHORTLAG_BIAS
See Also:
Constant Field Values

PITCH_EST_FLP_PREVLAG_BIAS

static final float PITCH_EST_FLP_PREVLAG_BIAS
See Also:
Constant Field Values

PITCH_EST_FLP_FLATCONTOUR_BIAS

static final float PITCH_EST_FLP_FLATCONTOUR_BIAS
See Also:
Constant Field Values
Constructor Detail

Silk_pitch_est_defines_FLP

public Silk_pitch_est_defines_FLP()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.