KIMOSSINO commited on
Commit
18820a6
1 Parent(s): ec44081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "+25Hz" if voice_type == "امرأة" else "+100Hz"
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"