beetbox / pyacoustid

Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service
MIT License
332 stars 66 forks source link

fix: return unsigned int32 for chromaprint_decode_fingerprint #73

Closed fvhockney closed 2 years ago

fvhockney commented 2 years ago

Per issue #72 , returns unsigned 32-bit integers according to chromaprint.h#chromaprint_decode_fingerprint

sampsyo commented 2 years ago

Perfect; thank you for sorting this out!!