Skip to content

Commit

Permalink
Use the short name for the default voice (#326)
Browse files Browse the repository at this point in the history
Switch to en-US-AriaNeural for the default voice name. It will
be converted automatically to the complete voice name anyway.

Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 authored Nov 22, 2024
1 parent d619925 commit 4611d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/communicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class Communicate:
def __init__(
self,
text: str,
voice: str = "Microsoft Server Speech Text to Speech Voice (en-US, AriaNeural)",
voice: str = "en-US-AriaNeural",
*,
rate: str = "+0%",
volume: str = "+0%",
Expand Down

0 comments on commit 4611d79

Please sign in to comment.