NaturalVoiceSAPIAdapter icon indicating copy to clipboard operation
NaturalVoiceSAPIAdapter copied to clipboard

[Feature Request] CLI Support for Automation

Open Jang-Haemin opened this issue 2 months ago • 1 comments

English

Hello, first of all, thank you for developing this project. The current program is very easy to install and use, which is great, but in scenarios where this feature needs to be installed on multiple devices, I thought it would be helpful to have a CLI version.

For example, something that can recognize commands like: installer_cli.exe /install-x86 /install-x64 /enable-local-natural-voice-path: "path~~"

I would greatly appreciate it if you could consider adding this feature.

中文

您好,首先感谢您开发这个项目。 当前程序安装非常简便,使用起来也很好,但在需要将此功能安装到多台设备的场景中,我认为拥有一个 CLI 版本会很有帮助。

例如,可以识别如下命令: installer_cli.exe /install-x86 /install-x64 /enable-local-natural-voice-path: "path~~"

如果您能考虑添加此功能,将不胜感激。

Jang-Haemin avatar Oct 20 '25 06:10 Jang-Haemin

For now, as a workaround, you can install this manually by using regsvr32 to register the corresponding DLL file.

regsvr32 NaturalVoiceSAPIAdapter.dll

Then, you can tweak the registry settings by writing the registry keys directly.

gexgd0419 avatar Oct 31 '25 07:10 gexgd0419