Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesWu committed Jul 11, 2021
1 parent 765b109 commit 49a9c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Demonstrate how to use VOICEROID2/A.I.VOICE Editor API to control the app to spe
### VOICEROID2
For VOICEROID2, you can import `AI.Talk.Editor.Api.dll` from VOICEROID2 itself to access the API.

* If you're using 64bit VOICEROID2, your program have to be 64bit. Use `ttsControl.Initialize("VOICEROID2 (x64)");` to initialize.
* If you're using 64bit VOICEROID2, your program have to be 32bit. Use `ttsControl.Initialize("VOICEROID2");` to initialize.
* When using 64bit VOICEROID2, your program have to be 64bit. Use `ttsControl.Initialize("VOICEROID2 (x64)");` to initialize.
* When using 32bit VOICEROID2, your program have to be 32bit. Use `ttsControl.Initialize("VOICEROID2");` to initialize.

### A.I.VOICE
For A.I.VOICE, currently you must use `AI.Talk.Editor.Api.dll` from this repo (also appeared in `VOICeVIO.RemoteControl.CLI`) to access the API.
Expand All @@ -35,4 +35,4 @@ If you cannot figure this out, just download binaries from Release page. There i
Apache-2.0

---
by Ulysses from VOICeVIO
by Ulysses from VOICeVIO

0 comments on commit 49a9c7b

Please sign in to comment.