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

Last modification:May 17th, 2023 at 01:00 am
如果觉得我的文章对你有用,请随意赞赏