LokerL / tts-vue

🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。

Home Page:https://tts-doc.loker.vip/home.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help] the title of help wanted report

0000070 opened this issue · comments

Describe the problem you confuse

出现这种报错怎么处理呢?发生在第7次转换时,未完成,并报错
[2023-10-03 19:23:08.795] [error] Error: Speech invocation failed after 10 retries
at kf (file:///D:/Program%20Files/tts-vue/resources/app.asar/dist/index.1a008108.js:26:356)
at async Yi (file:///D:/Program%20Files/tts-vue/resources/app.asar/dist/index.1a008108.js:26:64)
at async Proxy.start (file:///D:/Program%20Files/tts-vue/resources/app.asar/dist/index.1a008108.js:81:586)

此报错为使用软件生成转换时的日志,调用默认的Microsoft

配置是:

    <voice name="zh-CN-XiaoxiaoNeural">
        <mstts:express-as  style="affectionate" role="">
            <prosody rate="0%" pitch="0%">
              正文。。。。。。
            </prosody>
        </mstts:express-as>
    </voice>
</speak>

150行文字,每行30个字左右,要么是 [error] Error: Speech invocation failed after undefined retries
要么就是只转移45分钟(我这里总共转完可能要910分钟)。 无论是批量转换还是文本框,都不行。有时候还提示network error.
开代理和不开代理都这样。咋回事啊?谁能给解释下