Skip to content
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

Fix issue where TTS sometimes gets split in the middle of a sentence #238

Open
tom-leamon opened this issue Jun 28, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@tom-leamon
Copy link
Contributor

To prevent excessively long text from being spoken, which can cause the request to fail, checks are made for the length of the text intended to be spoken. If it exceeds the limit, the text will be truncated/split. We should ensure this only happens at sentence breaks if possible, because often times Harmony will split the text mid sentencec.

@tom-leamon tom-leamon added the bug Something isn't working label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant