-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edge tts貌似完全挂了 #280
Comments
同样的问题 有什么办法了吗 |
更新edge-tts到6.1.13可以解决 |
更新了之后,发现edge_tts和视频合成后,有点问题,数字人好像不说话了 |
换成其他音频推理吧,今天试了,哪个版本都不行 |
换成 GPT-SoVITs 吧,挺好用的 |
换成 GPT-SoVITs 数字人也不说话 |
遇到同样的问题 |
我最近发现了一个项目,使用6.1.17版本可以正常生成语音
…------------------ 原始邮件 ------------------
发件人: "lipku/LiveTalking" ***@***.***>;
发送时间: 2024年12月23日(星期一) 下午3:41
***@***.***>;
***@***.******@***.***>;
主题: Re: [lipku/LiveTalking] edge tts貌似完全挂了 (Issue #280)
遇到同样的问题
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
安装最新版的edgetts可以 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exception in thread Thread-2 (process_tts):
Traceback (most recent call last):
File "E:\metahuman-stream\venv\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "E:\metahuman-stream\venv\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "E:\metahuman-stream\ttsreal.py", line 53, in process_tts
self.txt_to_audio(msg)
File "E:\metahuman-stream\ttsreal.py", line 66, in txt_to_audio
asyncio.new_event_loop().run_until_complete(self.__main(voicename,text))
File "E:\metahuman-stream\venv\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "E:\metahuman-stream\ttsreal.py", line 106, in __main
async for chunk in communicate.stream():
File "E:\metahuman-stream\venv\lib\site-packages\edge_tts\communicate.py", line 391, in stream
async with aiohttp.ClientSession(
File "E:\metahuman-stream\venv\lib\site-packages\aiohttp\client.py", line 1353, in aenter
self._resp = await self._coro
File "E:\metahuman-stream\venv\lib\site-packages\aiohttp\client.py", line 947, in _ws_connect
raise WSServerHandshakeError(
aiohttp.client_exceptions.WSServerHandshakeError: 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=a948023e557544d3bba7da5b42f37259'
The text was updated successfully, but these errors were encountered: