Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.ResamplerImplDownFIR
All Implemented Interfaces:
ResamplerFP

 class ResamplerImplDownFIR
extends Object
implements ResamplerFP


Constructor Summary
ResamplerImplDownFIR()
           
 
Method Summary
 void resampler_function(Object state, short[] out, int outOffset, short[] in, int inOffset, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResamplerImplDownFIR

ResamplerImplDownFIR()
Method Detail

resampler_function

public void resampler_function(Object state,
                               short[] out,
                               int outOffset,
                               short[] in,
                               int inOffset,
                               int len)
Specified by:
resampler_function in interface ResamplerFP

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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