summaryrefslogtreecommitdiffstats
path: root/app.bat
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 /app.bat
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 'app.bat')
-rw-r--r--app.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/app.bat b/app.bat
new file mode 100644
index 0000000..79f7c1f
--- /dev/null
+++ b/app.bat
@@ -0,0 +1,3 @@
+start "yapBox" .\Python\python.exe app.py
+exit
+