From 52f743e43a9ef582e04d7a363fbda19824db6cc7 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 19 Feb 2023 11:46:43 -0800 Subject: Remove exponential backoff cap 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3