Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ async def text_to_speech(text, language, voice_type):
|
|
137 |
|
138 |
# تعديل السرعة والنبرة حسب نوع الصوت
|
139 |
rate = "+0%" if voice_type != "طفل" else "+15%"
|
140 |
-
pitch = "+0Hz" if voice_type == "رجل" else "+
|
141 |
|
142 |
# إنشاء ملف صوتي مؤقت
|
143 |
output_file = temp_dir / f"output_{voice_type}_{language}.mp3"
|
|
|
137 |
|
138 |
# تعديل السرعة والنبرة حسب نوع الصوت
|
139 |
rate = "+0%" if voice_type != "طفل" else "+15%"
|
140 |
+
pitch = "+0Hz" if voice_type == "رجل" else "+10Hz" if voice_type == "امرأة" else "+60Hz"
|
141 |
|
142 |
# إنشاء ملف صوتي مؤقت
|
143 |
output_file = temp_dir / f"output_{voice_type}_{language}.mp3"
|