vamp-plugins / vampy-host

Python module to load and use native Vamp plugins for audio feature analysis.
https://pypi.python.org/pypi/vamp
Other
28 stars 6 forks source link

Fix numpy "ModuleNotFoundError" and building wheels on Windows #8

Open Vuizur opened 1 year ago

Vuizur commented 1 year ago

This pull request should fix https://github.com/c4dm/vampy-host/issues/7 by adding a pyproject.toml with the necessary packages and also adds a Windows-specific typedef in the c++ code (this should not affect other systems). With both fixes the project can now be installed on Windows and the example in the README runs.

Also thanks a lot for creating this great package!