You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly the librosa pitch shift is very ... improvable...
Shifted data does not reflect real world data. Signalsmith stretch is way better.
Im pretty new to python, is it feasible to add a C++ library to a python library?
The text was updated successfully, but these errors were encountered:
is it feasible to add a C++ library to a python library?
Yes, it's possible to make a foreign function interface so we can call a C++ function from Python. But keep in mind that the C++ code would have to be compiled for each target environment, which includes various combinations of operating systems and CPU architectures.
Sadly the librosa pitch shift is very ... improvable...
Shifted data does not reflect real world data.
Signalsmith stretch is way better.
Im pretty new to python, is it feasible to add a C++ library to a python library?
The text was updated successfully, but these errors were encountered: