Discover and explore top open-source AI tools and projects—updated daily.
TheDeathDragonReal-time audio translation for Windows
Top 88.1% on SourcePulse
Summary LiveTranslate offers real-time audio translation for Windows, targeting VTubers, livestreamers, and foreign media consumers. It captures system audio and microphone input, processes it via ASR (Whisper, SenseVoice, FunASR, Anime-Whisper), translates using LLM APIs, and displays results in a customizable, transparent overlay.
How It Works The pipeline captures audio (WASAPI loopback + mic), applies low-latency VAD, and feeds it to selected ASR engines. Transcribed text is translated via any OpenAI-compatible LLM API and streamed character-by-character to a transparent, always-on-top overlay.
Quick Start & Requirements
install.bat for automated setup (Python, venv, PyTorch, dependencies). start.bat launches; update.bat updates.pip install -r requirements.txt.Highlighted Details
Maintenance & Community No details on contributors, sponsorships, community channels (Discord/Slack), or roadmap are provided in the README.
Licensing & Compatibility MIT License. No specific commercial use restrictions noted.
Limitations & Caveats Windows-only application. Newer NVIDIA GPUs (RTX 50xx) require CUDA 12.8. README does not specify known bugs or alpha/beta status.
1 week ago
Inactive