summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-05-23 15:12:04 -0700
committeryum <yum.food.vr@gmail.com>2023-05-23 15:15:39 -0700
commit78de7f02bc364606b0939d66903f02b2f91c141b (patch)
treee90e441b45ccf777098d8e581bea082855f9e510 /README.md
parent0f08da58a59a126f5307395e822fd140f15f8b36 (diff)
Add ability to type using STT
To use it, do a medium hold + long hold. Keep the long hold depressed until you're done speaking. The transcription will be typed into the currently selected input field. * Add more audio feedback * Make audio feedback play asynchronously so it doesn't slow down the controller input state machine as much.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 057acb4..6b75998 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,10 @@ To build your own package from source, see GUI/README.md.
Basic controls:
* Short click to toggle transcription.
-* Long click to hide the text box.
-* Scale it up/down in the radial menu.
+* Medium click to hide the text box.
+* Hold to update text box without unlocking from worldspace.
+* Medium click + hold to type using STT.
+* Scale up/down in the radial menu.
## Design philosophy