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 <rany2@riseup.net>
This commit is contained in:
@@ -244,7 +244,7 @@ class Communicate:
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
text: str,
|
text: str,
|
||||||
voice: str = "en-US-AriaNeural",
|
voice: str = "en-US-EmmaMultilingualNeural",
|
||||||
*,
|
*,
|
||||||
rate: str = "+0%",
|
rate: str = "+0%",
|
||||||
volume: str = "+0%",
|
volume: str = "+0%",
|
||||||
|
|||||||
Reference in New Issue
Block a user