summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-12-20 22:38:24 -0800
committeryum <yum.food.vr@gmail.com>2023-12-20 22:38:24 -0800
commitca55539295c6d533f0d38ed579483555390cde9b (patch)
tree03fc8aa015e653d7840a33c3977a4df1b9a6e043 /requirements.txt
Initial commit
Check in a shit ton of code. Most of the audio processing logic in `app.py` is lifted/ported from github.com/yum_food/TaSTT. I made some adjustments to make it work better (removing normalization, adding volume filters) and also increase fidelity.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..79d8212
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,6 @@
+ctranslate2
+numpy
+pyaudio
+pydub
+onnxruntime
+