Zain-Jiang / Speech-Editing-Toolkit

It's a repository for implementations of neural speech editing algorithms.
174 stars 19 forks source link

inference_acl missing #17

Open panpan-wu opened 8 months ago

panpan-wu commented 8 months ago
from inference_acl.tts.infer_utils import get_align_from_mfa_output, extract_f0_uv

ModuleNotFoundError: No module named 'inference_acl'

panpan-wu commented 8 months ago

Replacing inference_acl with inference is ok.