From 5db7426bb14b7e51275c14d8173bd67e8addc4ce Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 7 Jul 2023 17:54:40 -0700 Subject: 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! --- Scripts/transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/transcribe.py') 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 -- cgit v1.2.3