mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 17:29:07 +00:00
Info
This commit is contained in:
parent
0295b96016
commit
76f421d688
@ -102,7 +102,7 @@ async def main():
|
||||
"--log-level",
|
||||
default=logging.CRITICAL,
|
||||
type=lambda x: getattr(logging, x),
|
||||
help="Configure the logging level."
|
||||
help="configure the logging level (currently only DEBUG supported)"
|
||||
)
|
||||
parser.add_argument('-z', '--custom-ssml', help='treat text as ssml to send. For more info check https://bit.ly/3fIq13S', action='store_true')
|
||||
parser.add_argument('-v', '--voice', help='voice for TTS. Default: en-US-AriaNeural', default='en-US-AriaNeural')
|
||||
|
Loading…
Reference in New Issue
Block a user