From 0102b725f60c91ca6d095c2b04de71db6d5b1fda Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 24 Oct 2022 23:08:11 -0700 Subject: 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 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3