Skip to content

Commit

Permalink
Update synthesizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MoctarHaiz authored Apr 8, 2024
1 parent 784f5f5 commit 22017bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/utils/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def tts(
d_vector=speaker_embedding,
speaker_wav=speaker_wav,
language=language_name,
speed=1.0,
speed=speed,
**kwargs,
)
else:
Expand Down

0 comments on commit 22017bb

Please sign in to comment.