Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance pitch shifting #316

Open
moritzsur opened this issue Feb 27, 2024 · 1 comment
Open

Enhance pitch shifting #316

moritzsur opened this issue Feb 27, 2024 · 1 comment

Comments

@moritzsur
Copy link

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?

@iver56
Copy link
Owner

iver56 commented Feb 27, 2024

Hey! Yes, there are definitely better-sounding alternatives out there. Here are a few more:

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.

PRs are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants