| Commit message (Collapse) | Author | Age |
| |
|
|
| |
Also include it in the package.
|
| |
|
|
| |
Handy to be able to `make clean` after generating a build.
|
| |
|
|
|
|
|
|
| |
Add a transcribe button, which transcribes each .wav file using
openai/whisper-large-v2, producing a corresponding .txt file.
Also add a TUI tool for WSL. This tool lets you view transcripts and
delete them with vi-like commands. Useful for cleaning data.
|
| |
|
|
|
| |
Mic list is populated at app start. To refresh the mic list, refresh the
webpage.
|
| |
|
|
| |
Also clean up some program output.
|
| | |
|
| | |
|
|
|
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.
|