from local

This commit is contained in:
dohe0342 2023-03-14 17:20:27 +09:00
parent a395467812
commit 56dd285b3e
2 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = Non
if bpe_model:
cut_set = filter_cuts(cut_set, sp)
if 0:
if args.speed:
cut_set = (
cut_set + cut_set.perturb_speed(0.9) + cut_set.perturb_speed(1.1)
)