alaaah25 commited on
Commit
0396921
·
verified ·
1 Parent(s): 43971df

Update edge-tts.py

Browse files
Files changed (1) hide show
  1. edge-tts.py +1 -1
edge-tts.py CHANGED
@@ -9,7 +9,7 @@ from playsound3 import playsound
9
  os.makedirs("tts_outputs", exist_ok=True)
10
 
11
  VOICE_DATA = {
12
- "Arabic - Zariyah": "ar-SA-ZariyahNeural",
13
  "Arabic - Hamed": "ar-SA-HamedNeural",
14
  "English (US) - Guy": "en-US-GuyNeural",
15
  "English (US) - Ava": "en-US-AvaNeural",
 
9
  os.makedirs("tts_outputs", exist_ok=True)
10
 
11
  VOICE_DATA = {
12
+ "Arabic - Salma": "ar-EG-SalmaNeural",
13
  "Arabic - Hamed": "ar-SA-HamedNeural",
14
  "English (US) - Guy": "en-US-GuyNeural",
15
  "English (US) - Ava": "en-US-AvaNeural",