Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.silk
Interface ResamplerFP

All Known Implementing Classes:
ResamplerImplCopy, ResamplerImplDownFIR, ResamplerImplIIRFIR, ResamplerImplWrapper

interface ResamplerFP


Method Summary
 void resampler_function(Object state, short[] out, int out_offset, short[] in, int in_offset, int len)
           
 

Method Detail

resampler_function

void resampler_function(Object state,
                        short[] out,
                        int out_offset,
                        short[] in,
                        int in_offset,
                        int len)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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