File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- 1 . 添加唤醒锁功能(右上角菜单开启),可解决锁屏后APP被迫休眠、停止问题 。
2
- 2 . APP图标尺寸修复 & 新的通知图标 。
3
- 3 . 现在按返回键直接销毁、退出APP界面,而不是返回到桌面 。
1
+ 1 . 新增与微软服务器异常断开的自动重试功能, 可解决跳段问题 。
2
+ 2 . Azure新增缓存: 阅读请求超时断开连接后, 再等待15s下载音频并缓存, 当下次SSML一致时直接使用缓存 。
3
+ 可一定程度上解决重读段落问题(主要因为延迟高+文本过长+音质过高导致音频大小增加) 。
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module tts-server-lib
3
3
go 1.19
4
4
5
5
require (
6
- github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1
6
+ github.com/jing332/tts-server-go v0.0.0-20220925131335-b270af130ef4
7
7
github.com/sirupsen/logrus v1.9.0
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ github.com/jing332/tts-server-go v0.0.0-20220921071507-70b1785f7e0c h1:PAC5/rS98
27
27
github.com/jing332/tts-server-go v0.0.0-20220921071507-70b1785f7e0c /go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY =
28
28
github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1 h1:7+hA+qiSolNaEDYS6aRCAToF739tlIkIKRpzr1Oje7Q =
29
29
github.com/jing332/tts-server-go v0.0.0-20220921131339-be1e479486d1 /go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY =
30
+ github.com/jing332/tts-server-go v0.0.0-20220925131335-b270af130ef4 h1:3eeMpOmIJ9gMkaTtO22MfkSEyg+3V8vv+gMQr2APmUA =
31
+ github.com/jing332/tts-server-go v0.0.0-20220925131335-b270af130ef4 /go.mod h1:B2ikO+JeOHCAaW0n7/PFYQVxmFvJ+T9LcCFjxU/xIAY =
30
32
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
31
33
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0 =
32
34
github.com/kr/pretty v0.3.0 /go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk =
You can’t perform that action at this time.
0 commit comments