Skip to content

Commit

Permalink
Update src/edge_tts/constants.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rany <[email protected]>
  • Loading branch information
blaisewf and rany2 authored Oct 9, 2024
1 parent 34b34ef commit c251d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit c251d51

Please sign in to comment.