diff options
| author | yum <yum.food.vr@gmail.com> | 2023-05-23 15:12:04 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-05-23 15:15:39 -0700 |
| commit | 78de7f02bc364606b0939d66903f02b2f91c141b (patch) | |
| tree | e90e441b45ccf777098d8e581bea082855f9e510 /README.md | |
| parent | 0f08da58a59a126f5307395e822fd140f15f8b36 (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.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
