From e57dfb824c223c607d576cf7374a2ee339064634 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Wed, 31 May 2023 04:01:52 -0400 Subject: Move LPCNet PLC state to top-level decoder So it can be used outside of the SILK PLC --- silk/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'silk/main.h') diff --git a/silk/main.h b/silk/main.h index a5f56875..5ff1980b 100644 --- a/silk/main.h +++ b/silk/main.h @@ -410,6 +410,9 @@ opus_int silk_decode_frame( opus_int32 *pN, /* O Pointer to size of output frame */ opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */ opus_int condCoding, /* I The type of conditional coding to use */ +#ifdef NEURAL_PLC + LPCNetPLCState *lpcnet, +#endif int arch /* I Run-time architecture */ ); -- cgit v1.2.3