diff options
| author | yum <yum.food.vr@gmail.com> | 2023-12-20 22:38:24 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-12-20 22:38:24 -0800 |
| commit | ca55539295c6d533f0d38ed579483555390cde9b (patch) | |
| tree | 03fc8aa015e653d7840a33c3977a4df1b9a6e043 /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.bat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +start "yapBox" .\Python\python.exe app.py +exit + |
