mirror of
https://github.com/justLV/onju-v2
synced 2026-04-21 15:47:55 +00:00
Move venv to repo root with combined requirements.txt, fix libopus/portaudio discovery on macOS, replace deprecated audioop with numpy u-law encoder, add colored pipeline logging with suppressed third-party noise, fix mic deadlock on non-speech rejection, fix localhost IP mismatch for test client, add VAD visualization bar, tune VAD for conversational speech, and move runtime data to gitignored data/ directory.
30 lines
268 B
Text
30 lines
268 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Audio test files
|
|
recording.wav
|
|
|
|
# Local development
|
|
server/local.py
|
|
pipeline/config.yaml
|
|
.venv/
|
|
|
|
# Runtime data
|
|
data/
|
|
|
|
# Claude
|
|
.claude/
|