Spaces:
Running
Running
Update app.py
Browse files
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="-
|
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():
|