Replies: 1 comment 4 replies
-
If you review the code you can see the specific service which is being used: https://github.com/rany2/edge-tts/blob/master/src/edge_tts/constants.py WSS_URL = (
"wss://speech.platform.bing.com/consumer/speech/synthesize/"
+ "readaloud/edge/v1?TrustedClientToken="
+ TRUSTED_CLIENT_TOKEN
) In fact it appears that this is the Bing Speech Platform. If you demo the voices available in the Azure Speech API you'll find they are the same as the ones available in edge-tts (for example, compare edge-tts' "en-US-SteffanNeural" voice to the Azure API's "en-US-Steffan") As such I think it's safe to conclude that you can use edge-tts for your personal use and the Azure API for commercial use. Unless others have additional information - I'm not seeing licensing information for the bing speech platform anymore. |
Beta Was this translation helpful? Give feedback.
-
Hey There!
I'm just concerned if this repository (Edge-TTS) is anyway affiliated with Azure Cognitive Services' Text-to-Speech or any of the Microsoft's proprietary services? Like, for speech generations
is this relying on the Azure AI Speech?
If so, it can't be used for commercial purposes.
Please can anybody from the official team of this repository answer my question, as it is crucial for usage purposes.
And also I hope, it is working on its own, not affiliated to Microsoft.
You know, I was just wondering if I can make a TTS website, and commercialize this with generous subscription plans or ads, also will be following the required conditions.
Beta Was this translation helpful? Give feedback.
All reactions