mixxxdj / libkeyfinder

Musical key detection for digital audio, GPL v3
https://mixxxdj.github.io/libkeyfinder/
GNU General Public License v3.0
115 stars 23 forks source link

Cannot set out-of-bounds sample exception #16

Open sadra-ab opened 3 years ago

sadra-ab commented 3 years ago

Hi there, I am able to successfully run this on Windows (x64). However, when I try to run this on Linux (Ubuntu 20.04, x64), it keeps throwing the following exception:

terminate called after throwing an instance of 'KeyFinder::Exception'
  what():  Cannot set out-of-bounds sample (16765056/16765056)

Error

5pacedo9 commented 11 months ago

I got the same exception too, but don't know how to solve this.