delevisor
bf25fa367a
fix: add build-essential for webrtcvad compilation
2026-05-03 08:23:03 +00:00
delevisor
eee3d4bebf
feat: add Dockerfile with CPU-only torch, .dockerignore, and requirements-cpu.txt
...
- Multi-stage Dockerfile with CPU-only PyTorch
- .dockerignore to exclude build artifacts
- requirements-cpu.txt for CPU-only dependencies
- Health check endpoint for container monitoring
2026-05-03 08:19:33 +00:00
root
df2a97b85a
Add Dockerfile with CUDA 12.2 support for audio-chat
2026-05-01 13:54:57 +00:00
e2d3cbe783
Add voice activation (VAD) and audio fade
...
- Add webrtcvad dependency for real-time voice activity detection
- Create audio/fade.py with fade-in/fade-out utility
- Add VAD voice activation to client recording (sends audio only during speech)
- Apply 200ms fade-out to TTS output to avoid abrupt audio cuts
- Fix tts.py indentation error in except block
2026-05-01 13:14:31 +00:00
7b023cc698
Remove pinned library versions
2026-05-01 13:07:06 +00:00
1edfd5d62f
Initial commit: audio-chat with fixes
...
- Created AGENTS.md with architecture documentation
- Fixed race conditions and async patterns
- Added conversation history to LLM prompts
- Fixed TTS audio shape handling
- Added buffer limits and graceful shutdown
- Fixed client.py with file sending support
- Removed duplicate requirements
- Added .gitignore
2026-05-01 13:01:06 +00:00