gexgd0419
gexgd0419
Yes, currently Chromium browsers and UWP apps only support OneCore voices, not SAPI 5 voices. (But also thanks to that, Microsoft Edge doesn't show a duplicated item for each online...
NVDA inserts bookmarks into the text to be spoken. When a bookmark is reached during speaking, the TTS engine/voice will tell NVDA the name of the bookmark, so NVDA will...
> maybe my engine could be made to simulate bookmark events, based on the supported word boundary events This works! With simulated bookmark events, NVDA continuous reading can work correctly....
A new version [v0.2](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/releases/tag/v0.2) has been released! This version should fix the issue.
> With MS Edge online voices, longer pauses are placed between sentences in NVDA in continuous reading. NVDA breaks the text to be spoken into sentences, and sends the sentences...
> attempting to read via JAWS - either continuously or line by line - will result in many words being glued to one another A new version [v0.2.1](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/releases/tag/v0.2.1) has been...
A new version [v0.2](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/releases/tag/v0.2) has been released. You can install both 32-bit and 64-bit, and check if this problem still exists.
You can check the log file. Click "open log & cache folder" in the installer, and check what is in the log.txt file.
You mean exposing embedded speech recogition models as SAPI 5 speech recognition (SR) engines? Actually I'm interested in that too. I extracted the key for the recognition models, and did...
I checked the documentation about [pattern matching in intent recognition](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/intent-recognition#pattern-matching) again. > The Speech SDK provides an embedded pattern matcher that you can use to recognize intents in a strict...