Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_detect_SWB_input
extends Object

Detect SWB input by measuring energy above 8 kHz.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_detect_SWB_input()
           
 
Method Summary
(package private) static void SKP_Silk_detect_SWB_input(SKP_Silk_detect_SWB_state psSWBdetect, short[] samplesIn, int samplesIn_offset, int nSamplesIn)
          Detect SWB input by measuring energy above 8 kHz.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_detect_SWB_input

public Silk_detect_SWB_input()
Method Detail

SKP_Silk_detect_SWB_input

static void SKP_Silk_detect_SWB_input(SKP_Silk_detect_SWB_state psSWBdetect,
                                      short[] samplesIn,
                                      int samplesIn_offset,
                                      int nSamplesIn)
Detect SWB input by measuring energy above 8 kHz.

Parameters:
psSWBdetect - encoder state
samplesIn - input to encoder
samplesIn_offset - offset of valid data.
nSamplesIn - length of input

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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