AI摘要

微软TTS API和Edge TTS API接口信息,包括websocket类型、URL、查询参数和授权令牌。

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

※相关文章推荐※



最后修改:2023 年 05 月 17 日
点赞的人是最酷的