Skip to content

Commit

Permalink
Change default voice to en-US-EmmaMultilingualNeural (#327)
Browse files Browse the repository at this point in the history
It sounds more natural than the default Aria voice to me
and should support more languages out of the box.

Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 authored Nov 22, 2024
1 parent 4611d79 commit d0e201a
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 = "en-US-AriaNeural",
voice: str = "en-US-EmmaMultilingualNeural",
*,
rate: str = "+0%",
volume: str = "+0%",
Expand Down

0 comments on commit d0e201a

Please sign in to comment.