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

INTERSPEECH2020/master branch resample function call outdated #183

Open
Rodolfo-S opened this issue May 14, 2024 · 1 comment
Open

INTERSPEECH2020/master branch resample function call outdated #183

Rodolfo-S opened this issue May 14, 2024 · 1 comment

Comments

@Rodolfo-S
Copy link

I don't know if they intention is to keep the branches for previous years up-to-date or not but I found an issue while trying to setup and train the baseline model for INTERSPEECH2020.

In the current version of librosa 0.10 there is only one positional argument, the input audio vector, in the resample function argument list. There are a few places in the synthesis scripts where the resample function is called with all positional arguments and those calls now error out.

input_audio = librosa.resample(input_audio, fs_input, fs_output)

input_audio = librosa.resample(input_audio, fs_input, fs_output)

audio_resampled = librosa.core.resample(audio, fs, target_sr)

@Rodolfo-S
Copy link
Author

Seems as though this isn't an issue in master because the librosa version in requirements.txt is set to 0.8.1

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