This commit is contained in:
rany 2021-06-05 16:25:54 +03:00
parent 0295b96016
commit 76f421d688

View File

@ -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')