FEC hooks in the PLC code

Can now inject FEC features to be used by the PLC when available
This commit is contained in:
Jean-Marc Valin 2022-09-24 03:20:16 -04:00
parent 4befd8bb39
commit b6ac1c78bb
3 changed files with 76 additions and 17 deletions

View file

@ -195,4 +195,6 @@ LPCNET_EXPORT int lpcnet_plc_update(LPCNetPLCState *st, short *pcm);
LPCNET_EXPORT int lpcnet_plc_conceal(LPCNetPLCState *st, short *pcm);
LPCNET_EXPORT void lpcnet_plc_fec_add(LPCNetPLCState *st, const float *features);
#endif