Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Apr 26, 2024
1 parent edaac49 commit 9939b7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ Text to Speech and Speech to Text (JSAPI2) engines for Java
* [download](https://voicevox.hiroshiba.jp/) the application
* run the application before using this library

### DoCoMo AI Agent API
### COEIROINK

* [download](https://coeiroink.com/) the application
* run the application before using this library

### DoCoMo AI Agent API (wip)

* https://agentcraft.sebastien.ai/

Expand Down
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
<value>!true</value>
</property>
</activation>
<properties>
<sen.home/>
<voicevox.url/>
<htsvoice.dir/>
<google.credential/>
<docomo.goo.hiragana.apiKey/>
<yahoo.japan.apiKey/>
</properties>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -215,13 +223,13 @@
<dependency>
<groupId>com.github.umjammer.rococoa</groupId> <!-- org.rococoa / com.github.umjammer.rococoa -->
<artifactId>rococoa-core</artifactId>
<version>0.8.12</version>
<version>0.8.13</version>
</dependency>

<dependency>
<groupId>com.github.umjammer</groupId> <!-- vavi / com.github.umjammer -->
<artifactId>vavi-speech</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
<exclusions>
<exclusion>
<groupId>javax.speech</groupId>
Expand Down Expand Up @@ -295,7 +303,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.11</version>
<version>2.0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9939b7d

Please sign in to comment.