https://github.com/opera7133/ssp-aivoice
伺かとA.I.VOICEを連携
https://github.com/opera7133/ssp-aivoice
sirefaso sosiremi ukagaka ukagaka-plugin
Last synced: about 1 year ago
JSON representation
伺かとA.I.VOICEを連携
- Host: GitHub
- URL: https://github.com/opera7133/ssp-aivoice
- Owner: opera7133
- Created: 2023-03-16T08:12:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T13:34:34.000Z (about 3 years ago)
- Last Synced: 2024-04-15T07:41:18.107Z (about 2 years ago)
- Topics: sirefaso, sosiremi, ukagaka, ukagaka-plugin
- Language: C#
- Homepage:
- Size: 730 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A.I.VOICE 送信プラグイン
伺かとA.I.VOICEを連携させるプラグインです。
## 元
このプラグインは[CeVIO-Talker](https://github.com/ambergon/ukagakaPlugin_CeVIO-Talker)をもとに製作されました。
## ライブラリ
- [CSaori Project / proxy_ex](https://github.com/ukatech/csaori/)
- [Newtonsoft / Json.NET](https://github.com/JamesNK/Newtonsoft.Json)
- [整備班(SEIBIHAN) / YAYA](https://github.com/YAYA-shiori/yaya-shiori)
## コンパイル(Windows)
- check.cs
```bash
csc /r:"(AI.Talk.Editor.Api.dllのパス)" /t:exe .\check.cs
```
- client.cs
```bash
csc /t:winexe .\client.cs
```
- server.cs
```bash
csc /r:"(AI.Talk.Editor.Api.dllのパス)" /r:Newtonsoft.Json.dll /t:winexe .\server.cs
```