search for: subfr

Displaying 4 results from an estimated 4 matches for "subfr".

Did you mean: subf
2003 Nov 18
0
codec problems between * and cisco hardware h323
Hi all, we use * as a voip gateway using h323 (chan_h323). We purchased the g729 codec from digium for 10 channels. But, if comes in a call from a cisco gatway or something similar, there're problems with the codecs. If such a call comes in following error occures : Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr...
2016 Aug 23
0
[PATCH 8/8] Optimize silk_NSQ_del_dec() for ARM NEON
...opus_int8 pulses[], /* O Quantized pulse signal */ + const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */ + const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */ + const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs */ + const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping coefs */ + const...
2003 Jun 10
10
chan_oh323
Hi, does anybody manage to get music-on-hold with inaccess oh323 driver? Statement like : exten => 10,1,Dial(OH323/xx,mt) works (dials the xx number) but no music is heared. Also, if I put 'r' (ringback) it doesn't work either. With chan_h323 I got this functionality but this driver had some other problems (call transfer don't work).... Thanx in advance, Victor...
2016 Aug 23
2
[PATCH 7/8] Update NSQ_LPC_BUF_LENGTH macro.
NSQ_LPC_BUF_LENGTH is independent of DECISION_DELAY. --- silk/define.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/silk/define.h b/silk/define.h index 781cfdc..1286048 100644 --- a/silk/define.h +++ b/silk/define.h @@ -173,11 +173,7 @@ extern "C" #define MAX_MATRIX_SIZE MAX_LPC_ORDER /* Max of LPC Order and LTP order */ -#if( MAX_LPC_ORDER >