Skip to content

opera7133/SSP-AIVOICE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A.I.VOICE 送信プラグイン

伺かとA.I.VOICEを連携させるプラグインです。

このプラグインはCeVIO-Talkerをもとに製作されました。

ライブラリ

コンパイル(Windows)

  • check.cs
csc /r:"(AI.Talk.Editor.Api.dllのパス)" /t:exe .\check.cs
  • client.cs
csc /t:winexe .\client.cs
  • server.cs
csc /r:"(AI.Talk.Editor.Api.dllのパス)" /r:Newtonsoft.Json.dll /t:winexe .\server.cs