From cecacf179f2e48fb83a0c8c3beceb74b7b3127d3 Mon Sep 17 00:00:00 2001 From: rany Date: Fri, 22 Nov 2024 21:34:36 +0200 Subject: [PATCH] Use the short name for the default voice 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 --- src/edge_tts/communicate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/communicate.py b/src/edge_tts/communicate.py index 01df31e..3bd08a5 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 = "Microsoft Server Speech Text to Speech Voice (en-US, AriaNeural)", + voice: str = "en-US-AriaNeural", *, rate: str = "+0%", volume: str = "+0%",