Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_detect_SWB_state
extends Object

Input frequency range detection struct.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  int ActiveSpeech_ms
           
(package private)  int ConsecSmplsAboveThres
           
(package private)  int[][] S_HP_8_kHz
           
(package private)  int SWB_detected
           
(package private)  int WB_detected
           
 
Constructor Summary
SKP_Silk_detect_SWB_state()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S_HP_8_kHz

int[][] S_HP_8_kHz

ConsecSmplsAboveThres

int ConsecSmplsAboveThres

ActiveSpeech_ms

int ActiveSpeech_ms

SWB_detected

int SWB_detected

WB_detected

int WB_detected
Constructor Detail

SKP_Silk_detect_SWB_state

SKP_Silk_detect_SWB_state()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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