Skip to content

Commit 5821040

Browse files
authored
Merge pull request #20 from umjammer/0.0.17
0.0.17
2 parents edaac49 + b11683f commit 5821040

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ Text to Speech and Speech to Text (JSAPI2) engines for Java
4646
* [download](https://voicevox.hiroshiba.jp/) the application
4747
* run the application before using this library
4848

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)
5055

5156
* https://agentcraft.sebastien.ai/
5257

pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>vavi</groupId>
1010
<artifactId>vavi-speech2</artifactId>
11-
<version>0.0.16</version>
11+
<version>0.0.17</version>
1212

1313
<name>vavi-speech2</name>
1414
<description/>
@@ -39,6 +39,14 @@
3939
<value>!true</value>
4040
</property>
4141
</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>
4250
<build>
4351
<plugins>
4452
<plugin>
@@ -215,13 +223,13 @@
215223
<dependency>
216224
<groupId>com.github.umjammer.rococoa</groupId> <!-- org.rococoa / com.github.umjammer.rococoa -->
217225
<artifactId>rococoa-core</artifactId>
218-
<version>0.8.12</version>
226+
<version>0.8.13</version>
219227
</dependency>
220228

221229
<dependency>
222230
<groupId>com.github.umjammer</groupId> <!-- vavi / com.github.umjammer -->
223231
<artifactId>vavi-speech</artifactId>
224-
<version>0.1.11</version>
232+
<version>0.1.12</version>
225233
<exclusions>
226234
<exclusion>
227235
<groupId>javax.speech</groupId>
@@ -295,7 +303,7 @@
295303
<dependency>
296304
<groupId>org.slf4j</groupId>
297305
<artifactId>slf4j-jdk14</artifactId>
298-
<version>2.0.11</version>
306+
<version>2.0.13</version>
299307
<scope>test</scope>
300308
</dependency>
301309
</dependencies>

0 commit comments

Comments
 (0)