File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,12 @@ Text to Speech and Speech to Text (JSAPI2) engines for Java
46
46
* [ download] ( https://voicevox.hiroshiba.jp/ ) the application
47
47
* run the application before using this library
48
48
49
- ### DoCoMo AI Agent API
49
+ ### COEIROINK
50
+
51
+ * [ download] ( https://coeiroink.com/ ) the application
52
+ * run the application before using this library
53
+
54
+ ### DoCoMo AI Agent API (wip)
50
55
51
56
* https://agentcraft.sebastien.ai/
52
57
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >vavi</groupId >
10
10
<artifactId >vavi-speech2</artifactId >
11
- <version >0.0.16 </version >
11
+ <version >0.0.17 </version >
12
12
13
13
<name >vavi-speech2</name >
14
14
<description />
39
39
<value >!true</value >
40
40
</property >
41
41
</activation >
42
+ <properties >
43
+ <sen .home/>
44
+ <voicevox .url/>
45
+ <htsvoice .dir/>
46
+ <google .credential/>
47
+ <docomo .goo.hiragana.apiKey/>
48
+ <yahoo .japan.apiKey/>
49
+ </properties >
42
50
<build >
43
51
<plugins >
44
52
<plugin >
215
223
<dependency >
216
224
<groupId >com.github.umjammer.rococoa</groupId > <!-- org.rococoa / com.github.umjammer.rococoa -->
217
225
<artifactId >rococoa-core</artifactId >
218
- <version >0.8.12 </version >
226
+ <version >0.8.13 </version >
219
227
</dependency >
220
228
221
229
<dependency >
222
230
<groupId >com.github.umjammer</groupId > <!-- vavi / com.github.umjammer -->
223
231
<artifactId >vavi-speech</artifactId >
224
- <version >0.1.11 </version >
232
+ <version >0.1.12 </version >
225
233
<exclusions >
226
234
<exclusion >
227
235
<groupId >javax.speech</groupId >
295
303
<dependency >
296
304
<groupId >org.slf4j</groupId >
297
305
<artifactId >slf4j-jdk14</artifactId >
298
- <version >2.0.11 </version >
306
+ <version >2.0.13 </version >
299
307
<scope >test</scope >
300
308
</dependency >
301
309
</dependencies >
You can’t perform that action at this time.
0 commit comments