diff options
| author | yum <yum.food.vr@gmail.com> | 2023-07-07 17:54:40 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-07-07 17:54:40 -0700 |
| commit | 5db7426bb14b7e51275c14d8173bd67e8addc4ce (patch) | |
| tree | 4b741a3c706aa8226b7d739a092d4475b4566404 /Scripts/transcribe.py | |
| parent | 7a576bcac1c37c3c5a59fadf172aa70b15ff83c8 (diff) | |
Update README
Mostly updating roadmap stuff. Non-VRC use cases are "complete" since I
was mostly targeting streaming. The ability to type into arbitrary text
fields is still somewhat nascent & could be improved.
Also update some other random stuff to be more up to date. KillFrenzy
Avatar Text is now MIT, pog!
Diffstat (limited to 'Scripts/transcribe.py')
| -rw-r--r-- | Scripts/transcribe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/transcribe.py b/Scripts/transcribe.py index 25ce22b..a1b4e8e 100644 --- a/Scripts/transcribe.py +++ b/Scripts/transcribe.py @@ -4,7 +4,7 @@ from datetime import datetime from emotes_v2 import EmotesState from faster_whisper import WhisperModel from functools import partial -from math import floor, ceil +from math import ceil from playsound import playsound from profanity_filter import ProfanityFilter from sentence_splitter import split_text_into_sentences |
