-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lowering the pitch below 50 will cause the voice not to work when using the NaturalVoiceSAPIAdapter #276
Comments
Any way to figure out the accepted pitch ranges that does not cause the TTS to crash? If there is no way, we should resort to runtime checks, matching on voice key, to set pitch to a fixed value. |
This comes from community feedback, which I haven't investigated yet. |
Seems that bookworm will add This is, in fact, not needed by SAPI5. As SAPI does not recognize the tag, it is passed to the TTS engine as an "unknown tag". NaturalVoiceSAPIAdapter's current release version (v0.2), unfortunately, does not process unknown XML tags properly, so when there's a (NaturalVoiceSAPIAdapter converts the SAPI commands back to SSML to send them to the Microsoft voices.) I'm working on a fix, and the next release should fix this. If the XML text is not surrounded with an |
Many Thanks @gexgd0419 |
The latest release v0.2.1 of NaturalVoiceSAPIAdapter should fix this issue. |
@cary-rowen wdyt? |
Many thanks @gexgd0419 |
Hi @gexgd0419 |
Seems that Edge voice server does not allow more than two The fix will be in the next release. |
This should be fixed in v0.2.2. |
@gexgd0419 Thanks again! |
@gexgd0419 thank you. |
Describe the Problem
Lowering the pitch below 50 will cause the voice not to work when using the NaturalVoiceSAPIAdapter
To Reproduce
Steps to reproduce the behavior:
Expected behavior
TTS read aloud
If the problem is related to a file, indicate the file you have opened
any file
Desktop (please complete the following information):
Additional context
tbd
The text was updated successfully, but these errors were encountered: