ayyi / samplecat

SampleCat is a a program for cataloguing and auditioning audio samples.
http://ayyi.github.io/samplecat/
GNU General Public License v3.0
54 stars 5 forks source link

Constant output of the same error message after start #51

Closed mxmilkiib closed 3 years ago

mxmilkiib commented 4 years ago
!!! unhandled bit depth: 0

over and over, very quickly.

ayyi commented 4 years ago

Hi This is related to libsndfile. Please can you

  1. tell us which version of libsndfile is on your system
  2. git pull && git submodule foreach git pull origin master && make
  3. run samplecat with --verbose 1
  4. post a few lines of output (at least 20) - I'm expecting it now to say 'missing format' and which files are causing the error - I take it your files are not in some unusual format?

Thanks

ayyi commented 3 years ago

Please feel to re-open the ticket if the problem still exists. Thanks