MTG / WGANSing

Multi-voice singing voice synthesis
235 stars 44 forks source link

Redondant call to PyWorld #20

Open ghost opened 4 years ago

ghost commented 4 years ago

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).