-
Notifications
You must be signed in to change notification settings - Fork 554
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的朗读跟随能力。 #1848
Comments
跟随一句话,目前是可以做到的。 如果是具体到字级别,虽然可行,但我们还不支持。 |
能感知大概得范围就可以,目前鸿蒙demo上有这个API~ |
电子书 app, 一般是一次送一句话给 tts ,你每次把要合成的句子,高亮,就行. 这个不需要改 api, 是你应用层要做的. |
额,这样实现也可以,我先接入咱们sdk试试具体跑起来的效果。 |
不过如果一次送一句话,对于语音合成的效果会有影响吗? (目前的模型在朗读时有关联当前上下文吗) |
句子与句子,没关联。 句子里的字,由于有多音字,所以字与字之间,是可能有关联的。 |
如果是一个完整的句子,我觉得不会有影响。 |
内部实现,我们就是一句一句合成,不管你给的文本有多少句。 |
好的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
实时的朗读跟随算是小说阅读app的基本功能之一,期望作者大大支持。
The text was updated successfully, but these errors were encountered: