rnnoise
rnnoise copied to clipboard
error when make
Hi all,
I get errors when make as flowing :
make all-am
make[1]: Entering directory '/home/huongnv/rnnoise'
CC src/denoise.lo
CC src/rnn.lo
CC src/rnn_data.lo
CC src/rnn_reader.lo
CC src/pitch.lo
CC src/kiss_fft.lo
CC src/celt_lpc.lo
CCLD librnnoise.la
ar: u' modifier ignored since
D' is the default (see `U')
CC examples/rnnoise_demo.o
examples/rnnoise_demo.c: In function ‘main’:
examples/rnnoise_demo.c:48:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread(tmp, sizeof(short), FRAME_SIZE, f1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD examples/rnnoise_demo
make[1]: Leaving directory '/home/huongnv/rnnoise'
and if I make again : make all-am make[1]: Entering directory '/home/huongnv/rnnoise' make[1]: Leaving directory '/home/huongnv/rnnoise'
Could you help me to resolved this issue ? I using 18.04 version ubuntu.
I have encountered the same problem. Have you resolved it ?
I have encountered the same problem. Have you resolved it ?
Try to update to ubuntu 20.04 , bin test will appear in rnnoise/examples