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

This commit is contained in:
1600822305
2025-04-12 11:57:00 +08:00
parent e0531ca5b6
commit 42c38b73ce
18 changed files with 866 additions and 139 deletions
+3
View File
@@ -25,6 +25,9 @@ export enum IpcChannel {
// MsTTS
MsTTS_GetVoices = 'mstts:get-voices',
MsTTS_Synthesize = 'mstts:synthesize',
MsTTS_SynthesizeStream = 'mstts:synthesize-stream',
MsTTS_StreamData = 'mstts:stream-data',
MsTTS_StreamEnd = 'mstts:stream-end',
// Open
Open_Path = 'open:path',