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

github.com/mumble-voip/rnnoise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Richards <hg-yff@gregor.im>2018-09-21 04:51:38 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2019-05-29 07:37:07 +0300
commit5e7af83876dd413e16e702269a90b4692299a720 (patch)
tree1aede657057e4c51fbea80c04b8139553efc3480 /Makefile.am
parentf30741bed8495e164049a495de89ac417f27ccf0 (diff)
Neural network model files
Extending the neural network dumper to dump to a simple text file format, and adding reader functions to read a neural network description from a FILE *.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a004dc6..735d17a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@ librnnoise_la_SOURCES = \
src/denoise.c \
src/rnn.c \
src/rnn_data.c \
+ src/rnn_reader.c \
src/pitch.c \
src/kiss_fft.c \
src/celt_lpc.c