From 4177ff5acb6fb583339f90374f31892144f3354b Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 21 Dec 2022 15:54:33 -0800 Subject: Touch up TaSTT.shader Add a new shader to make the box a little prettier. * Reduce material slots required from 2 to 1 * Add rounding to edge of box --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1850b8d..fe6f526 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ Contributions welcome. Send a pull request to this repository. 5. Display text in overlay. Enables (1) lower latency view of TaSTT's transcription state; (2) checking transcriptions ahead of time; (3) checking transcriptions without having to see the board in game. + 6. TTS. Multiple people have requested this. See if there are open source + algorithms available; or, figure out how to integrate with 4. Optimization 1. ~~Utilize the avatar 3.0 SDK's ability to drive parameters to reduce the total # of parameters (and therefore OSC messages & sync events). Note @@ -191,6 +193,7 @@ Contributions welcome. Send a pull request to this repository. idea!) 5. Bugfixes 1. ~~The whisper STT says "Thank you." when there's no audio?~~ DONE + 2. JP and CN transcription does not work in the GUI due to encoding issues. 6. Shine 1. Smooth scrolling. 2. ~~Infinite scrolling.~~ DONE -- cgit v1.2.3