-
Notifications
You must be signed in to change notification settings - Fork 294
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
可否对系统TTS加入预缓存功能? #36
Comments
由于Android系统TTS服务限制,无法做到预缓存功能。🙃 |
哪怕不能暂停也行,总比每读一句停零点几秒要好 |
长句分割,就是预先缓存,同样是多段音频拼接,朗读却无比流畅 |
看情况,如果段落首句过长也会有明显延迟。
|
不止有不能暂停的问题,安卓开发文档明确写着不让(不能?)这么做,再加上我代码改起来也麻烦,到时有可能碰到各种bug。
|
主要是网络延迟,用百度的就不可能有停顿,现在能用就不错了。 |
百度的声音没微软好听,太机械了 |
最新提交我加了系统TTS转发器,可以以HTTP网络请求方式获取安卓系统TTS的音频,配合阅读网络朗读,可解决大部分停顿。
|
@jing332 有教程吗? |
最新提交我加了系统TTS转发器,可以以HTTP网络请求方式获取安卓系统TTS的音频,配合阅读网络朗读,可解决大部分停顿。 How? Example please |
Could someone show me how to reduce the pause after each sentence please? I'm using the T2S app and the pauses make it unusable for me :( Or is it because of the T2S app? What app should I use instead? Thanks a lot! |
建议可以效仿阅读app请求,不然一延迟高就一段段的,体验很不好。
The text was updated successfully, but these errors were encountered: