gexgd0419

Results 114 comments of gexgd0419

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 feature has been added in a new release [v0.2.6](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/releases/tag/v0.2.6).

As for now, the SAPI5 skipping feature isn't supported by this engine (for any voice, not just online ones), and is listed [here](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter/wiki/Supported-SAPI-5-Features#not-supported-sapi-5-features) as an unsupported feature. Unlike some features...

Note that the TtsApplication is mainly for testing basic SAPI5 TTS functionality, so the Skip button uses the SAPI5 built-in skipping feature provided by the TTS engine. Other TTS apps,...

The TtsApplication is really intended for testing only. It's originally a sample project from Microsoft, and there's no plan to improve it further. If you want more features, you can...

Chromium browsers do not support third-party SAPI5 voices, including this adapter. They only support OneCore voices. As a result, the voices provided by this adapter do not appear. For workaround,...

Hi, could you check whether this is still happening with "Trim leading silence in speech audio" disabled in advanced settings?

The current threshold is 1/1024 or 0.0009765625, or about -60dB. While I agree that making the threshold configurable may be better, it's also possible that this is a problem caused...

Maybe adding a config slider for the threshold level could solve this problem? (Or maybe not.) But I'm not quite sure how the UI can be presented to the user....

The decibels here actually means dBFS or Decibels relative to Full Scale, where 0 dBFS stands for the maximum level (volume), and lower levels are negative, for example, -6 dBFS...