feat: Add endpoint to check room existence and occupant count
1a1b510
Roni Egbucommited on
feat: Update WhisperASR model size to medium and configure ThreadPool settings for improved performance
df15494
Roni Egbucommited on
feat: Increase ThreadPoolExecutor workers and adjust VAD parameters for improved performance
9f5f801
Roni Egbucommited on
feat: Enhance TTS shutdown process and improve VAD parameters for better audio handling
510c99a
Roni Egbucommited on
feat: Add centralized logging setup with file and console handlers
85e1e2b
Roni Egbucommited on
feat: Increase max speech duration in StreamingVAD to enhance processing capabilities
49bf27e
Roni Egbucommited on
feat: Update ASR model size to medium and clean up warmup pairs in TranslationPipeline
8fc958c
Roni Egbucommited on
feat: Refactor TTS model for improved model selection, error handling, and process management
ba97721
Roni Egbucommited on
feat: Enhance hallucination detection and repetition loop handling in ASR model
92529f1
Roni Egbucommited on
feat: Update requirements to include faster-whisper for ASR enhancements
d98e8ae
Roni Egbucommited on
feat: Enhance voice call translation server with improved user session management, WebSocket handling, and pipeline timeout adjustments
ca3b210
Roni Egbucommited on
feat: Update StreamingVAD with enhanced calibration guide, improved energy threshold handling, and refined logging for speech detection
005686a
Roni Egbucommited on
feat: Improve TranslationPipeline with enhanced logging, error handling, and code clarity
d877f2f
Roni Egbucommited on
feat: Refactor ASR model to use faster-whisper for improved performance and remove subprocess dependencies
e449df8
Roni Egbucommited on
feat: Enhance TTS model with startup verification for missing models, improve subprocess handling, and add error messages for missing Piper installation
58eb194
Roni Egbucommited on
feat: Enhance voice processing with improved VAD, ASR, and TTS models; update WebSocket connection for production
6fe742b
Roni Egbucommited on
feat: Add webrtcvad to requirements for improved voice activity detection
a3c1cc8
Roni Egbucommited on
feat: Add CORS middleware to allow cross-origin requests for the FastAPI application
7fd1017
Roni Egbucommited on
feat: Enhance voice processing with Streaming VAD and improve audio handling
c54ed79
Roni Egbucommited on
feat: Implement Voice Activity Detection (VAD) for automatic speech chunking
31f79b3
Roni Egbucommited on
feat: Initial commit of Voice Translation App with backend and frontend setup