微软TTS API 接口:
类型:websocket{url: "wss://eastus.tts.speech.microsoft.com/cognitiveservices/websocket/v1",query: {Authorization: "xxxxx",X-ConnectionId:"xxxxx"}
}
edge TTS API 接口:
类型:websocket{url: "wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1",query: {TrustedClientToken: "xxxxx"}
}
————————————————
版权声明:本文为CSDN博主「addi119」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/VBnull/article/details/128367903