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-07-29 03:28:25 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-08-02 02:16:27 +0300
commit155367d2800a80f24a4237f9074e8f6f2516e22e (patch)
treea4789242fb59b2b72c12b174e9ebf8a1c0e08b86 /lpcnet_sources.mk
parente9f8402a7122ca03e894d161c50706053bf4fb83 (diff)
Skeleton for FWGAN code
Diffstat (limited to 'lpcnet_sources.mk')
-rw-r--r--lpcnet_sources.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lpcnet_sources.mk b/lpcnet_sources.mk
index adad6dec..4c6e73f3 100644
--- a/lpcnet_sources.mk
+++ b/lpcnet_sources.mk
@@ -1,6 +1,7 @@
LPCNET_SOURCES = \
dnn/burg.c \
dnn/freq.c \
+dnn/fwgan.c \
dnn/kiss99.c \
dnn/lpcnet.c \
dnn/lpcnet_enc.c \