net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_resampler_private_copy
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_resampler_private_copy
public class Silk_resampler_private_copy
- extends Object
Simple opy.
- Author:
- Jing Dai, Dingxin Xu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_resampler_private_copy
public Silk_resampler_private_copy()
SKP_Silk_resampler_private_copy
static void SKP_Silk_resampler_private_copy(Object SS,
short[] out,
int out_offset,
short[] in,
int in_offset,
int inLen)
- Simple copy.
- Parameters:
SS - Resampler state (unused).out - Output signalout_offset - offset of valid data.in - Input signalin_offset - offset of valid data.inLen - Number of input samples
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.