From d0e201ad3ef2aa70cce6fe7c6b42304e73b567ab Mon Sep 17 00:00:00 2001 From: Rany Date: Fri, 22 Nov 2024 21:55:07 +0200 Subject: [PATCH] Change default voice to en-US-EmmaMultilingualNeural (#327) It sounds more natural than the default Aria voice to me and should support more languages out of the box. 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 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%",