Closed mmjamm closed 3 days ago
Hi!
Thanks for the bug report!
This should have been addressed in https://github.com/chris-hld/spaudiopy/commit/3d6cf154754a5342bbc53dbc3b20f8850243cd16 - The fix is not reflected in the pip release, yet. There was a few other fixes, I will release soon.
In the meantime, if you need to stick to pip, you can install the latest master with
pip install git+https://github.com/chris-hld/spaudiopy.git@master
Does that fix your issue?
Yes, that fixes it for me. Thanks!
Hi! Great library - I use it all the time!
Running Spaudiopy with 2.x versions of NumPy gives errors:
Currently,
pip install spaudiopy
installs NumPy 2.0.2, which means spaudiopy does not work using the installation instructions in https://spaudiopy.readthedocs.io/en/latest/installation.htmlThe fix is probably just changing
np.float_
tonp.float64
in the source code.pip environment used to reproduce error: