From 8d75470ecdb4cb70a6c114adee7e931a5ea8eae5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 18 Apr 2026 17:40:25 -0700 Subject: Enhance README with transcription details and client example Added details about transcription inaccuracies and example client. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e729f..996bba1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # auto-live-tl A basic LOCAL translation backend that listens to an audio sink via PCM and runs translation via faster-whisper -Translations a +Translations and trascriptions are transformers based, inaccuracies and hallucinations will occur. `server.py` serves a backend for translating incoming audio data. It expects some other client to hit the `/events` endpoint to fetch the translated data. + +`youtube-subtitle.user.js` is one such example client that can fetch data from this endpoint and render it beneath a YouTube video. You can install it as a userscript. + +image -- cgit v1.2.3