net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_decode_pitch
java.lang.Object
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
|
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 |
Silk_decode_pitch
public Silk_decode_pitch()
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.
Distributable under LGPL license.