From 89c4fa29e5810fac7c75cb5edda1565320a5b8a9 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 24 Apr 2023 18:08:16 -0700 Subject: ~Finish integrating faster-whisper I'm able to use the new code to show text in game. Not yet play-tested. --- Scripts/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 043fb40..725ee47 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,5 +1,7 @@ editdistance future==0.18.2 +langcodes +language-data openvr pillow pyaudio @@ -9,4 +11,5 @@ pyyaml --extra-index-url https://download.pytorch.org/whl/cu116 torch==1.13.1+cu116 -faster-whisper + +faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/358d373691c95205021bd4bbf28cde7ce4d10030.tar.gz -- cgit v1.2.3