Uses of Class
org.xiph.speex.Ltp
-
Packages that use Ltp Package Description org.xiph.speex JSpeex codec package. -
-
Uses of Ltp in org.xiph.speex
Subclasses of Ltp in org.xiph.speex Modifier and Type Class Description class
Ltp3Tap
Long Term Prediction Quantisation and Unquantisation (3Tap)class
LtpForcedPitch
Long Term Prediction Quantisation and Unquantisation (Forced Pitch)Fields in org.xiph.speex declared as Ltp Modifier and Type Field Description Ltp
SubMode. ltp
Long-term predictor (pitch) un-quantizerConstructors in org.xiph.speex with parameters of type Ltp Constructor Description SubMode(int lbr_pitch, int forced_pitch_gain, int have_subframe_gain, int double_codebook, LspQuant lspQuant, Ltp ltp, CbSearch innovation, float lpc_enh_k1, float lpc_enh_k2, float comb_gain, int bits_per_frame)
Constructor
-