cleanup: get rid of non-causal PLC and DC handling

This commit is contained in:
Jean-Marc Valin 2023-06-21 17:48:21 -04:00
parent 247e6a587c
commit 07bb3f01b4
No known key found for this signature in database
GPG key ID: 531A52533318F00A
4 changed files with 4 additions and 217 deletions

View file

@ -189,10 +189,8 @@ LPCNET_EXPORT void lpcnet_synthesize(LPCNetState *st, const float *features, sho
#define LPCNET_PLC_CAUSAL 0
#define LPCNET_PLC_NONCAUSAL 1
#define LPCNET_PLC_CODEC 2
#define LPCNET_PLC_DC_FILTER 4
LPCNET_EXPORT int lpcnet_plc_get_size(void);