From e9b5b4f1da2a8ff07b2d13e5e63dae491325251d Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 2 Sep 2023 20:43:18 -0700 Subject: Begin rewriting transcribe.py A set of proper interfaces is called for. See #dev-update-spam in discord for drawing of design. Also add code to mechanically optimize committer parameters using an audio file. Not perfectly repeatable since it depends on the performance characteristics of the machine, but prob better than what we had before (nothing). --- Scripts/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 8989ed1..cba3d15 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -8,6 +8,7 @@ language-data openvr pillow pyaudio +pydub python-osc pyyaml sentence_splitter -- cgit v1.2.3