essentia icon indicating copy to clipboard operation
essentia copied to clipboard

standard_beatsmarker core dumps on a simple mp3 song (linux 64bit)

Open monkey-jsun opened this issue 3 years ago • 0 comments

Below is the output. Any suggestions?

jsun@jsun-ThinkPad-T490s:~/hobby/mapping-game/testing$ file ../essentia-extractors-v2.1_beta2/standard_beatsmarker
../essentia-extractors-v2.1_beta2/standard_beatsmarker: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.26, BuildID[sha1]=eb8d2c55da6d0b77b1875bc85a550c762221e9ce, with debug_info, not stripped
jsun@jsun-ThinkPad-T490s:~/hobby/mapping-game/testing$ ../essentia-extractors-v2.1_beta2/standard_beatsmarker sample-easy.mp3 easy-output.json
[ WARNING  ] AudioLoader: Error reading frame: Input/output error
terminate called after throwing an instance of 'essentia::EssentiaException'
  what():  MonoWriter: Trying to call compute() on an MonoWriter algo which hasn't been correctly configured...
Aborted (core dumped)
jsun@jsun-ThinkPad-T490s:~/hobby/mapping-game/testing$ 

monkey-jsun avatar May 19 '21 18:05 monkey-jsun