Update synthesizer.py

This commit is contained in:
Moctar Haiz 2024-04-08 21:31:44 +02:00 committed by GitHub
parent 784f5f5e8f
commit 22017bbd6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class Synthesizer(nn.Module):
d_vector=speaker_embedding,
speaker_wav=speaker_wav,
language=language_name,
speed=1.0,
speed=speed,
**kwargs,
)
else: