Amplituda: Error - FORTIFY: fprintf: null FILE*

Hi,

I am using this library to display waveform from an mp3 file.

Amplituda amplituda = new Amplituda(getContext()); amplituda.fromPath(audioFile.getPath()) .amplitudesAsList(list -> { waveFormSeekbar.setSample(ArrayUtils.toPrimitiveArray(list)); });

But its crashing. And in logs only this line is getting printed. A/libc: FORTIFY: fprintf: null FILE* A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 3330

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Thank you @lincollincol for the support. This has helped me a lot.

Hi @lincollincol, I have mailed you the file.