Displaying 2 results from an estimated 2 matches for "sampc".
Did you mean:
samp
2009 Feb 23
1
Help with t.test
Hi I have managed to do a paired t-test with a data set
i have 5 colums of data im dealing with
GENE SampA SampB SampC SampVehicle
ctcc 859 na 145 24
gtcg 45 5 54 69
and so on but they are much larger columns
each column has...
2019 Jul 15
0
How to enable OPUS inband FEC
...0;maxaveragebitrate=24000;sprop-stereo=1;cbr=1;useinbandfec=1;usedtx=1)
opus: encode bw=narrow bitrate=24000 fch=auto vbr=0 fec=1 expected loss=30 dtx=1 complex=10
At the decoder side when a packet is lost I call the decoder with the next params:
opus_decode(ads->dec, NULL, 0, sampv, (int)(*sampc/ads->ch), 0);
and set the flag packet_lost=true;
When I receive the next packet, I'm trying to decode the packet with decode_fec = 1 and then the same packet with decode_fec = 0:
In the code below, suggest to replace ‘ads->ch’ with ‘numChannels’ to make it more clear to what you refe...