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

Properly transpose frequencies #51

Open
jurihock opened this issue Mar 31, 2024 · 0 comments
Open

Properly transpose frequencies #51

jurihock opened this issue Mar 31, 2024 · 0 comments
Milestone

Comments

@jurihock
Copy link
Owner

jurihock commented Mar 31, 2024

For small pitch shifting factors just a scaling of frequency values without resampling sounds "better"...

frequencies = np.vstack([resample(frequencies, factor) * factor for factor in factors])

@jurihock jurihock added the bug Something isn't working label Mar 31, 2024
@jurihock jurihock added this to the v2.1 milestone Mar 31, 2024
@jurihock jurihock removed the bug Something isn't working label Apr 1, 2024
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

1 participant