diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-19 11:46:43 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-19 12:10:13 -0800 |
| commit | 52f743e43a9ef582e04d7a363fbda19824db6cc7 (patch) | |
| tree | c3493a0feb31f4d0bcf07b31a8f1c6bdf1dfd38b /README.md | |
| parent | bd72a8e97e120604405f2330664e9658e44e3de1 (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
