diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-24 23:08:11 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-24 23:13:47 -0700 |
| commit | 0102b725f60c91ca6d095c2b04de71db6d5b1fda (patch) | |
| tree | c87c84ad4f48577e90307ca2f2bf40baa18b6950 /README.md | |
| parent | 08655f96dc798e3e129058a5e97c5aa7ff96e798 (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
