collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possibility to use background.js for audio capture

Saccarab opened this issue · comments

on the chrome extension side of the repo, it looks like each session will open up a new options tab and capture audio through that.
why was this the choice of implementation?
Would it be possible to do the audio capture through background.js and not options.js?
or even by using getDisplayMedia API

@Saccarab we are looking into this, thanks for opening in the issue.