Skip to content
Snippets Groups Projects
Commit 6c2f7e58 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

compiling synthesis

parent 36a0bf8c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
gcc -DTRAINING=1 -Wall -W -O3 -g -I../include denoise.c kiss_fft.c pitch.c celt_lpc.c -o dump_data -lm
gcc -o test_lpcnet -g -O2 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment