summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-02-19 11:46:43 -0800
committeryum <yum.food.vr@gmail.com>2023-02-19 12:10:13 -0800
commit52f743e43a9ef582e04d7a363fbda19824db6cc7 (patch)
treec3493a0feb31f4d0bcf07b31a8f1c6bdf1dfd38b /README.md
parentbd72a8e97e120604405f2330664e9658e44e3de1 (diff)
Remove exponential backoff capv0.7.0
Allows sustained exponential backoff when not transcribing. Used to cap out at 1s. * Add more items to README TODO list * Adjust emote metadata * Emotes bugfix: Non-existent emote map doesn't cause transcription engine to bail out.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 322effe..ff4781e 100644
--- a/README.md
+++ b/README.md
@@ -200,6 +200,12 @@ Ping the discord if you need help getting set up.
8. ~~Customizable controller bindings. Someone mentioned they use left click
to unmute. Let's work around users, not make them change their existing
keybinds.~~ DONE
+ 9. One-click upgrade. Fetch latest stable release, copy over virtual env and
+ UI configs, relaunch.
+ 10. Browser source for OBS. Blocker: the transcription layer doesn't handle
+ long pauses well.
+ 11. Test suite. Some long representative transcripts with mechanical word
+ error rate (WER) calculation.
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