From 78de7f02bc364606b0939d66903f02b2f91c141b Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 23 May 2023 15:12:04 -0700 Subject: 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. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3