From fd7ea2f72a486888c30726a2482fcc1f7fce9378 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 27 Oct 2022 16:00:22 -0700 Subject: Add fast clear animation The old clear mechanism would write an empty cell in every layer, which would take (0.3 seconds) * (11 layers) == about 3 seconds. The new mechanism drives an animation which overwrites every character slot simultaneously, taking only 0.1 seconds. A nice ~30x speedup. * Fix the transcription exponential backoff logic. Saying new things will reset the delay to the minimum again. * Clearing the board will also reset the transcription delay back to the minimum. * Tune the noise detection minimum to 0.2 instead of 0.1. Speaking softly into the mic seems to fail to exceed the 0.1 threshold pretty often. --- TaSTT_Menu.asset | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TaSTT_Menu.asset') diff --git a/TaSTT_Menu.asset b/TaSTT_Menu.asset index bd38fc5..3f8eeb5 100644 --- a/TaSTT_Menu.asset +++ b/TaSTT_Menu.asset @@ -10,7 +10,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -340790334, guid: 67cc4cb7839cd3741b63733d5adf0442, type: 3} - m_Name: Menu + m_Name: TaSTT_Menu m_EditorClassIdentifier: controls: - name: Show @@ -43,4 +43,3 @@ MonoBehaviour: subMenu: {fileID: 0} subParameters: [] labels: [] - -- cgit v1.2.3