mirror of
https://github.com/xiph/opus.git
synced 2025-05-18 09:28:30 +00:00
FEC hooks in the PLC code
Can now inject FEC features to be used by the PLC when available
This commit is contained in:
parent
4befd8bb39
commit
b6ac1c78bb
3 changed files with 76 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue