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>2022-01-25 10:48:51 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:01:06 +0300
commitd0f6df59498a56de653298964f333043332675cf (patch)
treed3b06c34a5712daeeee45006cd3e84836cd54eb8 /lpcnet_sources.mk
parent9fc8fc4cf432640f284113ba502ee027268b0d9f (diff)
WIP: Using LPCNet for PLC
Diffstat (limited to 'lpcnet_sources.mk')
-rw-r--r--lpcnet_sources.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/lpcnet_sources.mk b/lpcnet_sources.mk
new file mode 100644
index 00000000..5e6674d6
--- /dev/null
+++ b/lpcnet_sources.mk
@@ -0,0 +1,11 @@
+LPCNET_SOURCES = \
+lpcnet/src/ceps_codebooks.c \
+lpcnet/src/common.c \
+lpcnet/src/freq.c \
+lpcnet/src/kiss99.c \
+lpcnet/src/lpcnet.c \
+lpcnet/src/lpcnet_dec.c \
+lpcnet/src/lpcnet_enc.c \
+lpcnet/src/lpcnet_plc.c \
+lpcnet/src/nnet.c \
+lpcnet/src/nnet_data.c