diff options
| -rw-r--r-- | binding/unity/DMVOPListener.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binding/unity/DMVOPListener.cs b/binding/unity/DMVOPListener.cs index eaf1db0..102bc50 100644 --- a/binding/unity/DMVOPListener.cs +++ b/binding/unity/DMVOPListener.cs @@ -7,10 +7,10 @@ using UnityEngine; using UnityEngine.Events; // Chinese: -// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --post="+pinyin" --device=YOUR_DEVICE +// dmvop --output=tcp --port=5117 --model=small --lang=zh --instant --post="+pinyin" --device=auto // // English -// dmvop --output=tcp --port=5117 --model=small.en --lang=en --instant --device=YOUR_DEVICE +// dmvop --output=tcp --port=5117 --model=small.en --lang=en --instant --device=auto [Serializable] public struct DMVOPEvent |
