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:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-08-07 20:35:57 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-08-07 20:35:57 +0300
commitfb5f5a63fac05c5936b797a9ac489d006f03b166 (patch)
tree1b4c4d2b178e2e72fe03c74bccf308428c7099dc
parent99d28911342456c38144d9ba90dfb0a8ade833f6 (diff)
temporary compile script
Will have a makefile at some point
-rwxr-xr-xsrc/compile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile.sh b/src/compile.sh
new file mode 100755
index 0000000..ba4d48e
--- /dev/null
+++ b/src/compile.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gcc -Wall -W -O3 -g denoise.c kiss_fft.c pitch.c celt_lpc.c rnn.c rnn_data.c -o denoise -lm