Decided on Parakeet ONNX Runtime. Works pretty great. Realtime voice chat possible now. UX lacking.

This commit is contained in:
2026-01-19 00:29:44 +02:00
parent 0a8910fff8
commit 362108f4b0
34 changed files with 4593 additions and 73 deletions

42
stt-parakeet/.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Models
models/
*.onnx
# Audio files
*.wav
*.mp3
*.flac
*.ogg
test_audio/
# Logs
*.log
log
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp