Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_decode_pitch
extends Object

Pitch analyzer function.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_decode_pitch()
           
 
Method Summary
(package private) static void SKP_Silk_decode_pitch(int lagIndex, int contourIndex, int[] pitch_lags, int Fs_kHz)
          Pitch analyzer function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_decode_pitch

public Silk_decode_pitch()
Method Detail

SKP_Silk_decode_pitch

static void SKP_Silk_decode_pitch(int lagIndex,
                                  int contourIndex,
                                  int[] pitch_lags,
                                  int Fs_kHz)
Pitch analyzer function.

Parameters:
lagIndex -
contourIndex -
pitch_lags - 4 pitch values.
Fs_kHz - sampling frequency(kHz).

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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