Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_private_IIR_FIR
extends Object

Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_resampler_private_IIR_FIR()
           
 
Method Summary
(package private) static void SKP_Silk_resampler_private_IIR_FIR(Object SS, short[] out, int out_offset, short[] in, int in_offset, int inLen)
          Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_resampler_private_IIR_FIR

public Silk_resampler_private_IIR_FIR()
Method Detail

SKP_Silk_resampler_private_IIR_FIR

static void SKP_Silk_resampler_private_IIR_FIR(Object SS,
                                               short[] out,
                                               int out_offset,
                                               short[] in,
                                               int in_offset,
                                               int inLen)
Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.

Parameters:
SS - Resampler state.
out - Output signal.
out_offset - offset of valid data.
in - Input signal.
in_offset - offset of valid data.
inLen - Number of input samples.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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