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

Add a sink.set_speed function that keeps original perceived pitch #542

Open
sloganking opened this issue Jan 27, 2024 · 2 comments
Open

Comments

@sloganking
Copy link

sink.set_speed perceptibly makes the audio higher pitch when the speed is above 1.0 and perceptually lower pitch when lower when the speed is below 1.0. Most modern video players and other user facing software that play sound, adjust the pitch when audio is sped up or slowed down so that it is perceptibly the same pitch to human ears. I suggest adding a function that does this. Allowing for audio to be sped up without sounding different.

@tramhao
Copy link

tramhao commented Mar 19, 2024

I suggest use a simple algorithm like scaletempo. Or could be rubberband.

@dvdsk
Copy link
Collaborator

dvdsk commented Mar 25, 2024

I agree that this would be a good addition. Unfortunately Rodio is a bit low on maintainers.

If anyone feels like giving it a go I would be more then willing to review/mentor a PR and eventually merge it.

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

No branches or pull requests

3 participants