From c251d5174f7a7aa3da15a63618a4285f6d5d661f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=95=E6=96=AF=E5=8D=A1?= Date: Wed, 9 Oct 2024 10:11:27 +0200 Subject: [PATCH] Update src/edge_tts/constants.py Co-authored-by: Rany --- src/edge_tts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/constants.py b/src/edge_tts/constants.py index a529162..e31823e 100644 --- a/src/edge_tts/constants.py +++ b/src/edge_tts/constants.py @@ -6,4 +6,4 @@ BASE_URL = "speech.platform.bing.com/consumer/speech/synthesize" WSS_URL = f"wss://{BASE_URL}/readaloud/edge/v1?TrustedClientToken={TRUSTED_CLIENT_TOKEN}" -VOICE_LIST = f"{BASE_URL}/readaloud/voices/list?trustedclienttoken={TRUSTED_CLIENT_TOKEN}" +VOICE_LIST = f"https://{BASE_URL}/readaloud/voices/list?trustedclienttoken={TRUSTED_CLIENT_TOKEN}"