We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
skipTransform是设置语速变化的过渡效果,onWordBoundary是确认暂停时是否等待当前单词合成结束,两者都是作用在语音合成的过程中,但是由于音频流的顺序问题目前暂未解决,所以只能使用合成完成后的语音,导致无法介入合成的过程。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
skipTransform是设置语速变化的过渡效果,onWordBoundary是确认暂停时是否等待当前单词合成结束,两者都是作用在语音合成的过程中,但是由于音频流的顺序问题目前暂未解决,所以只能使用合成完成后的语音,导致无法介入合成的过程。
The text was updated successfully, but these errors were encountered: