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

Redondant call to PyWorld #20

Open
ghost opened this issue Jun 28, 2020 · 0 comments
Open

Redondant call to PyWorld #20

ghost opened this issue Jun 28, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2020

in utils.py - line 262
redondant call to wav2world
>>> feats=pw.wav2world(vocals,fs,frame_period=5.80498866)
removing this line allow to speed up the precomputing prep_data_nus.

EDIT:
Wrong assertion (feats is used before recall), sorry. But maybe the code can be adapted to just copy feats to ap & harm and not recall pw.wav2world that is computational intensive (and called 96 x 2 in the NUS database case).

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

0 participants