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:
-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