jaywalnut310 / vits

VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
https://jaywalnut310.github.io/vits-demo/index.html
MIT License
6.73k stars 1.24k forks source link

Is there any method which can adjust the speed of synthesized speech? #89

Open guofengjpggwk opened 1 year ago

guofengjpggwk commented 1 year ago

test_result.zip "audio = net_g.infer(x_tst, x_tst_lengths, noise_scale=.667, noise_scale_w=0.8, length_scale=1.1)[0][0,0].data.cpu().float().numpy()"

I increased the value of length_scale, then the speed of synthesized speech slowed. But the last word of the audio doesn't sound clear.