summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-21 15:54:33 -0800
committeryum <yum.food.vr@gmail.com>2022-12-25 14:22:36 -0800
commit4177ff5acb6fb583339f90374f31892144f3354b (patch)
treefd21417f6ea5e32980e0083ccc3dcfbb1fe4311f /README.md
parent6490a8a5db0a7eb8b3906765cd7ea26ad4b2824a (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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