diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 02:52:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 02:52:38 +0800 |
| commit | ff5e4faa8082bcaad508021b765e1192462ba5ea (patch) | |
| tree | 9055ab7383d21e40f2c9b280dccd2462471c6e72 /binding | |
| parent | b4ce566c76f86889ee93083efc17f71a2a817f96 (diff) | |
fix(examples): update device flag to auto
Diffstat (limited to 'binding')
| -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 |
