Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ def chat():
|
|
73 |
communicate = edge_tts.Communicate(
|
74 |
clean,
|
75 |
voice,
|
76 |
-
rate="-
|
77 |
-
pitch="-
|
78 |
)
|
79 |
audio_chunks = []
|
80 |
async def synth():
|
|
|
73 |
communicate = edge_tts.Communicate(
|
74 |
clean,
|
75 |
voice,
|
76 |
+
rate="-40%",
|
77 |
+
pitch="-30Hz"
|
78 |
)
|
79 |
audio_chunks = []
|
80 |
async def synth():
|