gexgd0419

Results 114 comments of gexgd0419

Do you mean the [TtsApplication](https://github.com/gexgd0419/TTSApplicationSample) included for testing the engine? It's a (slightly modified) sample project included in the Speech SDK from Microsoft, so it only demonstrates some basic features...

This is very interesting. Thanks. With the correct key `BGJJwTRVfhRYIZq0xtySkIQlJbmBDsX6GsVyDRFHM0AzOjRvZ7ELI5kgzCUWYAKhTk99WDj5aOSWY@KHnffCDqlB008FmEUZHXM2lmKaFnfffnu4r8eiLUyYuH1uf4fSYA39OKQUZ9wY` in the config file, the voices do work. However, the voice enumerator in this adapter assumes that all local natural...

MultiTTS seems to be much more advanced than this adapter, which was originally meant to be no more than a simple proof of concept. As some users requested to support...

The Install button installs an "voice enumerator" into the system, which dynamically generates a list of voices, based on the settings stored in the registry. And the installer will only...

The latest release [v0.2.1](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/releases/tag/v0.2.1) now saves your changes immediately in the main dialog. Other dialogs still require you to click OK.

This is yet another issue I could not reproduce (in a Windows 10 virtual machine). But as the user could reproduce with a fresh copy, and 2024.4 did not have...

I'm starting to think that maybe it's better to isolate the SAPI4 voices in a separate process where WinMM APIs are hooked, and send the audio data back via IPC...

Could you check the log.txt file inside the log folder, and tell me what's inside?

This engine will take the "region" text and append ".tts.speech.microsoft.com" to it to get the host domain name. For example, if the region is "japaneast", the host domain name will...

Then the region should just be "francecentral".