mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 14:23:18 +00:00
prevents ``` FileNotFoundError: [Errno 2] No such file or directory: 'whisperlivekit/web/live_transcription.html' ```
WhisperLiveKit Chrome Extension v0.1.1
Capture the audio of your current tab, transcribe diarize and translate it using WhisperliveKit, in Chrome and other Chromium-based browsers.
Currently, only the tab audio is captured; your microphone audio is not recorded.
Running this extension
- Run
python scripts/sync_extension.pyto copy frontend files to thechrome-extensiondirectory. - Load the
chrome-extensiondirectory in Chrome as an unpacked extension.
Devs:
-
Impossible to capture audio from tabs if extension is a pannel, unfortunately:
-
https://groups.google.com/a/chromium.org/g/chromium-extensions/c/DET2SXCFnDg
-
To capture microphone in an extension, there are tricks: https://github.com/justinmann/sidepanel-audio-issue , https://medium.com/@lynchee.owo/how-to-enable-microphone-access-in-chrome-extensions-by-code-924295170080 (comments)