nayuki/FLAC-library-Java

FLAC decoder testbench

ktmf01 opened this issue · 1 comments

I just found your FLAC library, and tested it with this FLAC decoder testbench. Testing with the DecodeFlacToWav class throws errors on the following files

  • 22 - 12 bit per sample
  • 37 - 20 bit per sample
  • 45 - no total number of samples set

Still, this is quite a feat, almost all decoders I tried fail one or a few files. I hope this helps you to even further improve this library.

Wow, thanks for the info! I'll look into it and see what I find.