Skip to content

Commit 9529918

Browse files
committed
update settings
1 parent 2635a49 commit 9529918

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

β€ŽREADME.md

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

48+
### DoCoMo AI Agent API
49+
50+
* https://agentcraft.sebastien.ai/
51+
4852
## Usage
4953

5054
### user
@@ -83,5 +87,8 @@ Text to Speech and Speech to Text (JSAPI2) engines for Java
8387
* [LMROID](https://lmroidsoftware.wixsite.com/nhoshio)
8488
* [SHAREVOX](https://www.sharevox.app)
8589
* [http://itvoice.starfree.jp/](http://itvoice.starfree.jp/)
86-
* AVSpeechSynthesizer needs block
90+
* AVSpeechSynthesizer needs [obj-c block](https://github.com/umjammer/rococoa/discussions/23)
8791
* ~~rcp client/server (wip)~~ -> [vavi-speech-rpc](https://github.com/umjammer/vavi-speech-rpc)
92+
93+
---
94+
<sub>images by <a href="https://commons.nicovideo.jp/works/nc327182">霊倒</a>, <a href="https://commons.nicovideo.jp/works/nc327184">魔理沙</a>, <a href="https://seiga.nicovideo.jp/seiga/im10865385">γšγ‚“γ γ‚‚γ‚“</a></sub>

β€Žpom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@
216216
<dependency>
217217
<groupId>com.github.umjammer.rococoa</groupId> <!-- org.rococoa / com.github.umjammer.rococoa -->
218218
<artifactId>rococoa-core</artifactId>
219-
<version>0.8.7</version>
219+
<version>0.8.11</version>
220220
</dependency>
221221

222222
<dependency>
223223
<groupId>com.github.umjammer</groupId> <!-- vavi / com.github.umjammer -->
224224
<artifactId>vavi-speech</artifactId>
225-
<version>0.1.10</version>
225+
<version>0.1.11</version>
226226
<exclusions>
227227
<exclusion>
228228
<groupId>javax.speech</groupId>

0 commit comments

Comments
Β (0)