From 5e7af83876dd413e16e702269a90b4692299a720 Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Thu, 20 Sep 2018 21:51:38 -0400 Subject: 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 *. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3