Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_structs
extends Object

Classes for IIR/FIR resamplers.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int RESAMPLER_SUPPORT_ABOVE_48KHZ
          Flag to enable support for input/output sampling rates above 48 kHz.
(package private) static int SKP_Silk_RESAMPLER_MAX_FIR_ORDER
           
(package private) static int SKP_Silk_RESAMPLER_MAX_IIR_ORDER
           
 
Constructor Summary
Silk_resampler_structs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESAMPLER_SUPPORT_ABOVE_48KHZ

static final int RESAMPLER_SUPPORT_ABOVE_48KHZ
Flag to enable support for input/output sampling rates above 48 kHz. Turn off for embedded devices.

See Also:
Constant Field Values

SKP_Silk_RESAMPLER_MAX_FIR_ORDER

static final int SKP_Silk_RESAMPLER_MAX_FIR_ORDER
See Also:
Constant Field Values

SKP_Silk_RESAMPLER_MAX_IIR_ORDER

static final int SKP_Silk_RESAMPLER_MAX_IIR_ORDER
See Also:
Constant Field Values
Constructor Detail

Silk_resampler_structs

public Silk_resampler_structs()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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