Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_private
extends Object

class for IIR/FIR resamplers.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int RESAMPLER_MAX_BATCH_SIZE_IN
          Number of input samples to process in the inner loop.
 
Constructor Summary
Silk_resampler_private()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESAMPLER_MAX_BATCH_SIZE_IN

static final int RESAMPLER_MAX_BATCH_SIZE_IN
Number of input samples to process in the inner loop.

See Also:
Constant Field Values
Constructor Detail

Silk_resampler_private

public Silk_resampler_private()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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