mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 09:37:44 +00:00
cleanup: get rid of non-causal PLC and DC handling
This commit is contained in:
parent
247e6a587c
commit
07bb3f01b4
4 changed files with 4 additions and 217 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue