sakirinn/livecaptions-translator

Lightweight and powerful real-time audio/speech translation tool based on Windows LiveCaptions.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 18th, 2026
Created on September 13th, 2024
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 263
Total Stargazers: 3,738 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 31.1 hours
Mean response time: 8.8 days
90th percentile: 23.0 days
Tracked items: 126

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 18% of issues opened in the past year have never received a reply. Work labelled "question" is answered fastest, typically in about 17 hours, while "bug" waits about 5 days. 75% of issues opened in the past year have been closed, leaving a working backlog. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 199 days
Stale 30+ days: 14
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (45)
  • bug (21)
  • enhancement (16)
  • question (11)
  • good first issue (7)
  • READ DOCUMENT (5)
  • invalid (4)
  • wontfix (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LiveCaptions Translator is a real-time speech translation tool that integrates translation APIs with Windows LiveCaptions.

The tool solves the problem of translating live audio without requiring specialized hardware or opening multiple windows. It works by automatically invoking Windows' built-in LiveCaptions, which handles speech recognition, and then pipes the recognized text through a translation API of the user's choice. This approach leverages Windows LiveCaptions' resource efficiency and high recognition accuracy while adding translation capabilities through various backend services.

Developers should choose this tool if they need real-time speech translation on Windows systems without a Copilot+ PC and want to avoid the overhead of running separate applications. It suits scenarios like gaming, video watching, and live streaming where an overlay subtitle display is valuable. The tool supports both traditional translation services and LLM-based engines, with the README recommending LLM approaches for their ability to handle incomplete sentences and context. Available translation backends include Ollama, OpenAI-compatible APIs, OpenRouter, Google Translate, DeepL, Youdao, Baidu Translate, MTranServer, and LibreTranslate, offering both self-hosted and online options.

The project shows active development with regular feature additions and refinement of the integration between LiveCaptions and translation services. The codebase demonstrates attention to user experience through implementation of modern UI patterns, automatic theme switching, and thoughtful design choices like hiding LiveCaptions by default after first use. Documentation includes both English and Chinese language support, indicating consideration for an international user base.