diff --git a/src/edge_tts/communicate.py b/src/edge_tts/communicate.py index 3bd08a5..f82fbfd 100644 --- a/src/edge_tts/communicate.py +++ b/src/edge_tts/communicate.py @@ -244,7 +244,7 @@ class Communicate: def __init__( self, text: str, - voice: str = "en-US-AriaNeural", + voice: str = "en-US-EmmaMultilingualNeural", *, rate: str = "+0%", volume: str = "+0%",