diff options
| author | yum <yum.food.vr@gmail.com> | 2023-04-24 18:08:16 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-04-24 18:14:22 -0700 |
| commit | 89c4fa29e5810fac7c75cb5edda1565320a5b8a9 (patch) | |
| tree | ab422edb4ce8b1eaab377a28f852ba936cf7cc10 /Scripts/requirements.txt | |
| parent | b4bb6524652e0f76834ca26a4afa232855ca1348 (diff) | |
~Finish integrating faster-whisper
I'm able to use the new code to show text in game. Not yet play-tested.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
