添加了 TTS 相关服务并更新了设置

This commit is contained in:
1600822305
2025-04-11 00:43:13 +08:00
parent 0f55b92f0e
commit 8e1ebf29b2
28 changed files with 1859 additions and 1276 deletions
+4
View File
@@ -22,6 +22,10 @@ export enum IpcChannel {
Asr_StartServer = 'start-asr-server',
Asr_StopServer = 'stop-asr-server',
// MsTTS
MsTTS_GetVoices = 'mstts:get-voices',
MsTTS_Synthesize = 'mstts:synthesize',
// Open
Open_Path = 'open:path',
Open_Website = 'open:website',