Displaying 2 results from an estimated 2 matches for "silk_cng".
2016 Nov 03
0
Silk CNG
...use Silk GNC.
I have enabled GNC (and VAD) something like this:
param.setting.vad = 1;
param.setting.cng = 1;
param.setting.plc = 1;
param.setting.penh = 1;
status = pjmedia_codec_opus_set_default_param(&config, ¶m);
I used debugger and printf to see that code executes in Opus CNG.c silk_CNG function noise generation loop. But still I cannot hear nothing when I get all input voice silent. I have applied the recent bugfix 2349213003, but that didn't help.
I tried windows and android build, both ends keep quiet even both builds happily seems to generate silence there.
There is a...
2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes.
Patches 1 to 3 replace all my previous submitted patches.
Patches 4 and 5 are new.
Thanks,
Linfeng Zhang