mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#!/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
|