## WhisperLiveKit Chrome Extension v0.1.0 Capture the audio of your current tab, transcribe or translate it using WhisperliveKit. **Still unstable** WhisperLiveKit Demo ## Running this extension 1. Clone this repository. 2. Load this directory in Chrome as an unpacked extension. ## Devs: - Impossible to capture audio from tabs if extension is a pannel, unfortunately: https://issues.chromium.org/issues/40926394 - 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)