gexgd0419
gexgd0419
Hi, please try this addon called [AudioLogger](https://github.com/gexgd0419/NVDAAudioLogger) to record the audio on your system when you reproduce the issue, which can give us some more information. This addon is not...
@guenterhanke Please check if [this snapshot build](https://github.com/nvaccess/nvda/actions/runs/16824981074/artifacts/3717704708) fixes this issue.
Sorry I copied the wrong link. Here's [the link](https://github.com/nvaccess/nvda/actions/runs/16824981074/artifacts/3717704647).
For now, as a workaround, you can install this manually by using `regsvr32` to register the corresponding DLL file. ``` batch regsvr32 NaturalVoiceSAPIAdapter.dll ``` Then, you can tweak the registry...
I couldn't reproduce this issue with the latest NVDA alpha build (portable), and adapter v0.2.6 x64, in a Win10 virtual machine. Could you provide more details, such as: - Exact...
Launch the installer, then choose Open log & cache folder. You will see the "log.txt" file. Windows Arm64's 64-bit environment can be more complex, since there are different supported "64-bit...
Are there any related errors/warnings in the adapter's log?
Can other SAPI5 clients, for example the TtsApplication.exe inside the adapter, use SAPI5 voices?
I reproduced the issue in an ARM64 evnironment. On ARM64 Windows, pure ARM64 apps work fine with the adapter (such as the built-in Narrator), but x64 apps do not. The...
Yes, [`Windows.Media.SpeechSynthesis`](https://learn.microsoft.com/en-us/uwp/api/windows.media.speechsynthesis?view=winrt-26100) is using OneCore voices, instead of SAPI5 voices. OneCore voices seem to be Microsoft-only, as there seems to be no third-party OneCore voices yet. From the documentation: >...