beetbox / pyacoustid

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

Windows import library fix #79

Closed albertopasqualetto closed 1 year ago

albertopasqualetto commented 1 year ago

This code is tested on my Windows 11 machine.

Only libchromaprint.dll is created by chromaprint's build, and it contains all the used functions, so I removed chromaprint.dll.

Also library load doesn't work without winmode=0 for some reason.

albertopasqualetto commented 1 year ago

Good! Will you publish 1.3.0 version to pypi?

sampsyo commented 1 year ago

Done! https://pypi.org/project/pyacoustid/1.3.0/