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

looking forward to support time_stretch and pitch_shift. #81

Open
agangzz opened this issue Dec 23, 2020 · 2 comments
Open

looking forward to support time_stretch and pitch_shift. #81

agangzz opened this issue Dec 23, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@agangzz
Copy link

agangzz commented Dec 23, 2020

looking forward to support some useful features, such as time_stretch and pitch_shift.

@KinWaiCheuk KinWaiCheuk added the enhancement New feature or request label Dec 23, 2020
@KinWaiCheuk
Copy link
Owner

May I know which library are you using for time_stretch and pitch_shift now? As far as I know, these operations will output a modified version of the audio arrays.

If you could tell me the existing library you are using for these operations, I will check if it is possible to vectorize these operations.

@agangzz
Copy link
Author

agangzz commented Dec 24, 2020

librosa can support time_stretch and pitch_shif, but can't run in GPU.

librosa.effects.time_stretch
https://librosa.org/doc/main/generated/librosa.effects.time_stretch.html#librosa.effects.time_stretch

librosa.effects.pitch_shift
https://librosa.org/doc/main/generated/librosa.effects.pitch_shift.html#librosa-effects-pitch-shift

and the resample feature also very useful for audio processing, such as
Julius, fast PyTorch based resampling for audio and 1D signals
https://github.com/adefossez/julius/

@KinWaiCheuk KinWaiCheuk added the help wanted Extra attention is needed label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants