aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGregor Richards <hg-yff@gregor.im>2018-09-20 21:51:38 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2019-05-29 00:37:07 -0400
commit5e7af83876dd413e16e702269a90b4692299a720 (patch)
tree1aede657057e4c51fbea80c04b8139553efc3480 /Makefile.am
parentf30741bed8495e164049a495de89ac417f27ccf0 (diff)
downloadrnnoise-5e7af83876dd413e16e702269a90b4692299a720.tar.gz
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