mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 06:14:05 +00:00
WhisperLiveKit Chrome Extension v0.1.0
Capture the audio of your current tab, transcribe or translate it using WhisperliveKit. Still unstable
Running this extension
- Clone this repository.
- Load this directory 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)