Closed kpacn closed 10 years ago
Hmm; I can't seem to reproduce this: https://gist.github.com/sampsyo/8635686
Could you provide a test case for reproduction? (In other words, what input are you providing?)
I'm a little confused by your P.S. Fingerprinter.finish()
does indeed return exactly the base64-style string you see when running fpcalc.py
without the -r
option. This is exactly what you want to send to decode_fingerprint
, as fpcalc.py
does.
The problem is caused by an older version of libchromaprint. chromaprint_decode_fingerprint
used to incorrectly return invalid code. It was fixed in version 0.7 (I think).
Thank you, confirmed that problem persist only in libchromaprint version 0.6 with 0.7 no such problem
Hello I am trying to get raw fingerprint using python like fpcalc tool to use it with that snippet https://github.com/lalinsky/acoustid-tools/blob/master/fp-find.py , witch is working for me with sample from raw fingerprints. The problem is that chromaprint.decode_fingerprint raising me the following error: