From 49a9c7bc08bfab0799b179626051863601b112e7 Mon Sep 17 00:00:00 2001 From: UlyssesWu Date: Mon, 12 Jul 2021 02:00:13 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 086210c..47bbf8e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 \ No newline at end of file +by Ulysses from VOICeVIO