Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-05-31 11:01:52 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:02:22 +0300
commite57dfb824c223c607d576cf7374a2ee339064634 (patch)
tree3b8595146cddda49459bc9709d49154ec8d44043 /silk/main.h
parentef4f459ec3e0ce2e0587009ef71dfd9dd8cf3f93 (diff)
Move LPCNet PLC state to top-level decoder
So it can be used outside of the SILK PLC
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h3
1 files changed, 3 insertions, 0 deletions
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 */
);