summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-10-24 23:08:11 -0700
committeryum <yum.food.vr@gmail.com>2022-10-24 23:13:47 -0700
commit0102b725f60c91ca6d095c2b04de71db6d5b1fda (patch)
treec87c84ad4f48577e90307ca2f2bf40baa18b6950 /README.md
parent08655f96dc798e3e129058a5e97c5aa7ff96e798 (diff)
Saying the word "clear" clears the board
While the board is clearing, you can keep talking, and it will be rendered when the board finishes clearing. * bugfix: STT only beeps when it's out
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d999fd..c5e58a0 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,11 @@ To use the STT:
layer. Something must be rethought to bring these numbers down.
3. Implement multicore YAML parsing. This will make working with large
animators much more practical.
+ 4. Transcription engine sleep interval increases exponentially up to 1-2
+ seconds, then jumps back to a short interval once speech is detected.
+ This should significantly cut down on idle resource consumption. Perhaps
+ there's even a more efficient way to detect the odds that anything is
+ being said, which we could use to gate transcription.
5. Bugfixes
1. The whisper STT says "Thank you." when there's no audio?
6. Shine