在我以往提供的网盘链接或是github上的Test-v0.6.1的Release下找到Sec-MS-GEC-ProxyServer-0.1.zip 下载并解压 进入目录 双击start.bat运行 如果无法运行 说明你的电脑里没有java或是java版本低于22 可以从https://www.oracle.com/java/technologies/downloads/上下载jdk22或以上版本的java 解压之后和服务器的.jar...
edge-TTS-tool 1.9.7发布 修复Sec-MS-GEC问题!支持多线程!Baron0909 立即播放 打开App,流畅又高清100+个相关视频 更多 5800 1 08:26 App 基于微软edge-tts开发的完全免费、操作简单无广告、功能齐全、没有限额、多线程的文字转语音程序edge-TTS-tool在bilibili首发! 541 0 01:22 App 最强AI文字转语音...
https://github.com/learnin9/edgetts-GecAPI 源码已放上去,可以自己搞服务器自己做接口服务了。 rany2 added a commit that referenced this issue Nov 8, 2024 Add Sec-MS-GEC support … 33cc3e7 rany2 mentioned this issue Nov 8, 2024 Add Sec-MS-GEC support #303 Merged rany2 added a ...
针对你提出的错误信息“local variable 'sec_ms_gec_id' referenced before assignment”,这里是一些可能的解决方案和检查点: 确认错误信息: 该错误表明在引用局部变量sec_ms_gec_id之前,该变量尚未被赋值。 查找代码中sec_ms_gec_id的引用位置: 你需要检查代码中所有引用sec_ms_gec_id的位置,确认在引用之前...
f"&Sec-MS-GEC-Version={generate_sec_ms_gec_version()}" f"&ConnectionId={connect_id()}", compress=15, proxy=self.proxy, headers=WSS_HEADERS, Expand Down 3 changes: 2 additions & 1 deletion3src/edge_tts/constants.py Original file line numberDiff line numberDiff line change ...
Baron0909创建的收藏夹Baron0909内容:edge-TTS-tool 1.9.7发布 修复Sec-MS-GEC问题!支持多线程!,如果您对当前收藏夹内容感兴趣点击“收藏”可转入个人收藏夹方便浏览
如果你的服务器部属在虚拟机或局域网内的其他电脑 先在任务管理器里查看虚拟机的局域网ip地址(比如192.168.0.114) 然后访问http://<ip地址>:<config.json中配置的ServerPort>/api即可获取到Sec-MS-GEC 将这个网址添加到VeloVoice中的api地址输入框 TTS就复活辣!
f"&Sec-MS-GEC-Version={SEC_MS_GEC_VERSION}" f"&ConnectionId={connect_id()}", compress=15, proxy=self.proxy, @@ -498,8 +498,16 @@ async def stream( # Stream the audio and metadata from the service. for self.state["partial_text"] in self.texts: async for message in self.__...
The key parameter here is "Sec-MS-GEC", which is different each time and has a very short validity period - it expires after a short while. If we can figure out how "Sec-MS-GEC" is generated, we'll be able to successfully make the calls! 👍 4 6 hidden items Load more… Ow...
var wss = new Wss($"wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-GEC={GenerateSecMsGecToken()}&Sec-MS-GEC-Version=1-130.0.2849.68"); wss.OnMessage += (sender, e) => { if (e.IsText) 0 comme...