微软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"
}
}