jisaacso219 commited on
Commit
cf91bfc
·
verified ·
1 Parent(s): 5c31f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def chat():
65
 
66
  # Synthesize TTS
67
  voice = "en-US-JennyNeural"
68
- communicate = edge_tts.Communicate(clean, voice, rate="-42%", pitch="-37Hz")
69
  audio_chunks = []
70
 
71
  async def synth():
 
65
 
66
  # Synthesize TTS
67
  voice = "en-US-JennyNeural"
68
+ communicate = edge_tts.Communicate(clean, voice, rate="-30%", pitch="-37Hz")
69
  audio_chunks = []
70
 
71
  async def synth():