search for: plc_tuning

Displaying 3 results from an estimated 3 matches for "plc_tuning".

2008 Apr 24
1
about the parameter of plc_tuning.
hi,i have two questions. 1. i dont know how to use the parameter of plc_tuning, in 20% packets loss net condition what value it set? 2. one (A) use 16.8K (quality = 5) ,the other (B) use 20.6k (quality = 6) . i find A sound with clutter. why? please help me. thanks! ___________________________________________________________ ???????????? http://cn.mail.yaho...
2007 Jun 09
1
PLC tuning...
My % of packets lost vary usually in function of signal strenght. Since i cannot forecast the % of frames i will lost except with the criteria just said, could be a good approach to set the PLC tuning % dynamically during runtime basing it statistically on the number of ACKed frames? Does the % of frames lost include silence frames (6 bytes frames, i'm using VBR)? So do i need to consider
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...;pitch = speex_alloc((st->nbSubframes)*sizeof(int)); st->vbr = speex_alloc(sizeof(VBRState)); vbr_init(st->vbr); st->vbr_quality = 8; st->vbr_enabled = 0; st->vad_enabled = 0; st->dtx_enabled = 0; st->abr_enabled = 0; st->abr_drift = 0; st->plc_tuning = 2; st->complexity=2; st->sampling_rate=8000; st->dtx_count=0; #ifdef ENABLE_VALGRIND VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st)); #endif return st; } void nb_encoder_destroy(void *state) { EncState *st=(EncState *)state; /* Free all allocated memory */...